5 lines
81 B
Lean4
5 lines
81 B
Lean4
import InductiveVerification
|
|
|
|
def main : IO Unit :=
|
|
IO.println "Hello, world!"
|