mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
# Create a new Leo program named `foo`.
|
|
$LEO new foo
|
|
ls -la
|
|
cd foo && ls -la
|
|
|
|
# Try to run `leo run`.
|
|
$LEO run
|