mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
add 00_Alternate_Langage folder and move alternate ports there
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
program amazing;
|
||||
|
||||
{$IFDEF FPC}
|
||||
{$mode ObjFPC}{$H+}
|
||||
{$ENDIF}
|
||||
|
||||
uses
|
||||
AmazingApplication, maze, Room;
|
||||
|
||||
var
|
||||
AmazingApp: TAmazingApplication;
|
||||
|
||||
begin
|
||||
AmazingApp:= TAmazingApplication.Create;
|
||||
AmazingApp.Run;
|
||||
end.
|
||||
Reference in New Issue
Block a user