churf/sample-programs/basic-1
2023-03-24 17:29:00 +01:00

5 lines
48 B
Text

add : Int ;
add = 5;
main : Int ;
main = add ;