From 943af780e66da1a24253a34365c6d6aa96a22fec Mon Sep 17 00:00:00 2001 From: rexim Date: Fri, 8 Mar 2024 23:53:18 +0700 Subject: Ready. Set. Go! --- test.adb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.adb (limited to 'test.adb') diff --git a/test.adb b/test.adb new file mode 100644 index 0000000..268b1f1 --- /dev/null +++ b/test.adb @@ -0,0 +1,8 @@ +with Text_IO; use Text_IO; + +procedure Test is +begin + for Index in 1..10 loop + Put_Line("Hello, World!"); + end loop; +end; -- cgit v1.2.3