simplified an example

main
parent d210579028
commit 0296bb851a

@ -1,6 +1,6 @@
import Prova
def main : IO Unit :=
IO.println s!"Hello, {hello}!"
IO.println "Hello, {hello}!"
#eval main

Loading…
Cancel
Save