6 lines
87 B
Text
6 lines
87 B
Text
program hello;
|
|
|
|
Void main() {
|
|
// My first program!
|
|
putStrLn("Hello world!");
|
|
}
|