Origami-Compiler.org
int
puts
(
const char *
);
int
main
() {
puts
(
Hello World!
); }