22c7614e7c
We no longer add another character to the file every time it is committed, and instead now properly handle CRLF. Additionally submodules are no longer updated when they shouldn't be, without requiring a manual config edit.
10 lines
253 B
BlitzBasic
10 lines
253 B
BlitzBasic
; AUTOGENERATED COPYRIGHT HEADER START
|
|
; Copyright (C) 2017 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
; AUTOGENERATED COPYRIGHT HEADER END
|
|
Graphics 800,600,32,2
|
|
SetBuffer BackBuffer()
|
|
|
|
Local value% = 1
|
|
If value == 1 Then
|
|
Print "Hello World"
|
|
EndIf |