3 lines
58 B
Standard ML
3 lines
58 B
Standard ML
/* cc:main function */
|
|
let hello = () => "Hello, World!";
|
/* cc:main function */
|
|
let hello = () => "Hello, World!";
|