Initial Commit

This commit is contained in:
Mac Malone 2021-05-28 17:13:47 -04:00
commit a24d7d593a
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/build

2
Leanpkg.lean Normal file
View file

@ -0,0 +1,2 @@
def main : IO Unit :=
IO.println "Hello, world!"

4
leanpkg.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "Leanpkg"
version = "0.1"
lean_version = "leanprover/lean4:nightly-2021-05-26"