hello.c
(
plain text
)
// Hello, World
main() {
alert
(
"Hello, World"
); }