mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-12 18:22:59 +03:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
$LEO new hello-world
|
|
ls -la
|
|
cd hello-world && ls -la
|
|
$LEO run
|