itch.io is community of indie game creators and players

Coming soon: Caffeine and Coding!

program helloworld;
Uses CRT;
begin
    ClrScr;
    WriteLn('Hello, world!');
End.
//---------------------------------------------
//Caffeine and Coding: a match made in Heaven!
//Coming soon:  ALIENZ - a Space Invaders Clone

PS: Thank you https://itch.io for reminding(annoying) me about HTML (HyperText Markup Language)!

Who the hell decided that 'nbsp' {no backspace} meant {insert space here}?
I don't even want to know what 'sp' means!
Okay, maybe I already do...this is literally why I'm writing this (the hard way) right now.

Hello, world.
Me := (caffeine + coding);

Read comments (3)