Remove `Main.lean`.

finite-set-exercises
Joshua Potter 2023-02-13 17:09:20 -07:00
parent d06097a608
commit ed0dc18a0a
2 changed files with 1 additions and 9 deletions

View File

@ -1,4 +0,0 @@
import «Bookshelf»
def main : IO Unit :=
IO.println s!"Hello, {hello}!"

View File

@ -5,11 +5,7 @@ package «bookshelf» {
-- add package configuration options here -- add package configuration options here
} }
@[default_target]
lean_lib «Bookshelf» { lean_lib «Bookshelf» {
-- add library configuration options here -- add library configuration options here
} }
@[default_target]
lean_exe «bookshelf» {
root := `Main
}