Add newline character at the end of the file

This commit is contained in:
Clive Crous
2008-07-24 21:36:51 +02:00
parent 93a5c75330
commit cdbfe85e5c

View File

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