mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2025-04-11 15:26:03 -05:00
6 lines
No EOL
101 B
Text
6 lines
No EOL
101 B
Text
import Mathlib.Analysis.Seminorm
|
|
|
|
def hello : IO Unit := do
|
|
IO.println "Hello, World!"
|
|
|
|
#eval hello |