Posted May 05, 2023 by caffeineandcoding
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);