summaryrefslogtreecommitdiffstats
path: root/sample_files/ada_1.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/ada_1.adb')
-rw-r--r--sample_files/ada_1.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample_files/ada_1.adb b/sample_files/ada_1.adb
new file mode 100644
index 000000000..0e3ad528c
--- /dev/null
+++ b/sample_files/ada_1.adb
@@ -0,0 +1 @@
+ with Ada.Text_IO; use Ada.Text_IO; procedure Hello is begin Put_Line ("Hello WORLD!"); end Hello;