cbc/test/hello2.cb

9 lines
92 B
Plaintext

import stdio;
int
main(int argc, char **argv)
{
puts("Hello, World!");
return 0;
}