Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Sep 20, 2024
1 parent 2bb327d commit e989420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ANPU

def main : IO Unit :=
IO.println s!"Hello, {hello}!"
IO.println s!"Hello, {ANPU.hello}!"

0 comments on commit e989420

Please sign in to comment.