Add a shell of a WasRun program

This commit is contained in:
R. Tyler Croy 2011-12-29 22:08:48 -08:00
parent d18e05b03f
commit 149f999f4c
1 changed files with 10 additions and 0 deletions

10
wasrun.adb Normal file
View File

@ -0,0 +1,10 @@
with Ada.Text_IO;
use Ada.Text_IO;
procedure WasRun is
begin
null;
end WasRun;