6 lines
120 B
Lean4
6 lines
120 B
Lean4
-- import InductiveVerification
|
|
import InductiveVerification.Public
|
|
|
|
def main : IO Unit :=
|
|
IO.println "Hello, world!"
|