diff --git a/Compiler/Compiler.BIN b/Compiler/Compiler.BIN index 9658a4b4..ab59fde9 100644 Binary files a/Compiler/Compiler.BIN and b/Compiler/Compiler.BIN differ diff --git a/Demo/AcctExample/AlienProject/AlienMain.HC b/Demo/AcctExample/AlienProject/AlienMain.HC deleted file mode 100644 index 2b290701..00000000 --- a/Demo/AcctExample/AlienProject/AlienMain.HC +++ /dev/null @@ -1,17 +0,0 @@ - -Cd(__DIR__);; - -#include "AlienWorkingDir" - - - -U0 AlienGame() -{ - "This is our alien game.\n"; - PressAKey; - ShowWorkingDir; -} - - -AlienGame; - diff --git a/Demo/AcctExample/AlienProject/AlienWorkingDir.HC b/Demo/AcctExample/AlienProject/AlienWorkingDir.HC deleted file mode 100644 index 0236f242..00000000 Binary files a/Demo/AcctExample/AlienProject/AlienWorkingDir.HC and /dev/null differ