mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
mkdir hello-world
|
|
cd hello-world
|
|
$LEO init || exit 1
|
|
ls -la hello-world
|
|
$LEO run
|