mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 16:08:55 +03:00
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
# Create a new foo project.
|
|
$LEO new foo
|
|
ls -la
|
|
cd foo && ls -la
|
|
|
|
# Try to compile and run the template project.
|
|
$LEO run
|