1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/inform6/Tests/Test Cases/Hello.inf
2022-03-03 00:10:25 +00:00

5 lines
55 B
INI

[ Main;
new_line;
print "Hello, world of 1979.^";
];