diff --git a/brainf*ck.bf b/brainf*ck.bf new file mode 100644 index 00000000..b947c5c6 --- /dev/null +++ b/brainf*ck.bf @@ -0,0 +1 @@ + ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. diff --git a/tsql.sql b/tsql.sql deleted file mode 100644 index fbef8507..00000000 --- a/tsql.sql +++ /dev/null @@ -1,3 +0,0 @@ -DECLARE @message varchar(128) -SELECT @message = 'Hello World!' -PRINT @message \ No newline at end of file