Blitz Basic

Graphics 800,600
SetBuffer BackBuffer();
Text 10, 10, "Hello, world!"
Flip
WaitKey()
End