all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
1
Task/Shell-one-liner/Ada/shell-one-liner.ada
Normal file
1
Task/Shell-one-liner/Ada/shell-one-liner.ada
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo 'with Ada.text_IO; use Ada.text_IO; procedure X is begin Put("Hello!"); end X;' > x.adb; gnatmake x; ./x; rm x.adb x.ali x.o x
|
||||
Loading…
Add table
Add a link
Reference in a new issue