Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 403 Bytes

Tutorials

This folder contains multiple code samples covering the main LCAAC language features. Each code sample takes the form a .lca file. Use the cli to interact with the code. Moreover, each code sample contains tests. You can run the tests manually, e.g.,

lcaac test -p 01-basics/01-getting-started

The script run.sh runs all the tests.

./run.sh