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