From c48e0808c42eec4b1cf69ff7b2e57a234684e8a7 Mon Sep 17 00:00:00 2001 From: Ishan Gupta Date: Sat, 2 Oct 2021 00:19:21 +0530 Subject: [PATCH] added hello world in brainfuck language --- helloworld.b | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.b diff --git a/helloworld.b b/helloworld.b new file mode 100644 index 0000000..afabd53 --- /dev/null +++ b/helloworld.b @@ -0,0 +1,3 @@ +[Hello World in Brainfick] +>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.>>>++++++++[<++++>-] +<.>>>++++++++++[<+++++++++>-]<---.<<<<.+++.------.--------.>>+.>++++++++++. \ No newline at end of file