Initial Commit
This commit is contained in:
commit
a24d7d593a
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/build
|
||||
2
Leanpkg.lean
Normal file
2
Leanpkg.lean
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def main : IO Unit :=
|
||||
IO.println "Hello, world!"
|
||||
4
leanpkg.toml
Normal file
4
leanpkg.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
name = "Leanpkg"
|
||||
version = "0.1"
|
||||
lean_version = "leanprover/lean4:nightly-2021-05-26"
|
||||
Loading…
Add table
Reference in a new issue