Files
hello-world/b/B.b
Richie Bendall 43537f7ced Simplify example
2020-07-15 20:30:04 +12:00

4 lines
84 B
Brainfuck
Executable File

main() {
putchar ('Hell'); putchar ('o Wo'); putchar ('rld'); putchar ('*n');
}