Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   The 20-Second Hug (https://www.delphipraxis.net/198766-20-second-hug.html)

DP News-Robot 28. Nov 2018 13:20

The 20-Second Hug
 
program TwentySecondHug;

{$APPTYPE CONSOLE}

{$R *.res}

uses
System.SysUtils;

begin
try
Writeln('The 20-Second Hug');
Writeln('Copyright (C) 2018 by Michael J. Riley');
Writeln('(May be freely distributed worldwide)');
Writeln('#20SecondHug #20SecondHugs #PilotLight ');
Writeln(#13#10);
Writeln('+--------------+');
Writeln(' Instructions ');
Writeln('+--------------+');
Writeln(' 1. Squeeze recipient.');
Writeln(' 2. Don''t let go until this window closes.');
Sleep (20000); //Stay awake don't miss this part;
{ TODO 1 :
Translate instructions into other languages.
Ask Delphi programmers for help by putting
translations in blog comments. }
except
on E: Exception do
Writeln(E.ClassName, ': ', E.Message);
end;
end.

Enjoy,
Gunny Mike
zilchworks.com

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:59 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz