diff --git a/b/brainf*ck.bf b/b/brainf*ck.bf deleted file mode 100644 index b947c5c6..00000000 --- a/b/brainf*ck.bf +++ /dev/null @@ -1 +0,0 @@ - ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. diff --git a/b/brainfck.bf b/b/brainfck.bf new file mode 100644 index 00000000..e0a83816 --- /dev/null +++ b/b/brainfck.bf @@ -0,0 +1 @@ +++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. \ No newline at end of file diff --git a/t/tcl.tcl b/t/tcl.tcl new file mode 100644 index 00000000..cc4f954e --- /dev/null +++ b/t/tcl.tcl @@ -0,0 +1 @@ +puts "Hello World" \ No newline at end of file