Hello World
1
2
3
int
main
(
int
argc,
char
**
argv) {
print
(
"hello world!"
);
}