Merge branch 'master' of git://github.com/virtix/hello-world

This commit is contained in:
Clive Crous
2008-07-24 21:18:42 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +0,0 @@
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

3
tsql.sql Normal file
View File

@@ -0,0 +1,3 @@
DECLARE @message varchar(128)
SELECT @message = 'Hello World!'
PRINT @message