Add Program infrastructure
This commit is contained in:
15
src/main.adb
Normal file
15
src/main.adb
Normal file
@@ -0,0 +1,15 @@
|
||||
-- main.adb
|
||||
-- Created on: Thu 01 Feb 2024 09:33:13 CET
|
||||
-- Author(s): Yannick Reiß
|
||||
-- Content: Compiler main call
|
||||
with Ada.Text_IO;
|
||||
with Ada.Command_Line;
|
||||
|
||||
-- @name Main
|
||||
-- @return
|
||||
-- @description Main Function call
|
||||
procedure Main is
|
||||
|
||||
begin
|
||||
|
||||
end Main;
|
||||
Reference in New Issue
Block a user