Initial commit

This commit is contained in:
Greg Shuflin 2022-05-30 17:35:28 -07:00
commit ed91280a4d
2 changed files with 8 additions and 0 deletions

6
gamarjoba.lean Normal file
View File

@ -0,0 +1,6 @@
import system.io
open io
def main: io unit :=
put_str "Gamarjoba, munde!"

2
justfile Normal file
View File

@ -0,0 +1,2 @@
gamarjoba:
lean --run gamarjoba.lean