repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated suricata (7.0.6 -> 7.0.7)
[t2sde.git]
/
misc
/
archive
/
hello.adb
blob
fe11050f83a7a5b510a4bb90201b45c36ffa4c0d
1
with
Ada
.
Text_IO
;
2
procedure
Hello
is
3
begin
4
Ada
.
Text_IO
.
Put_Line
(
"Hello from Ada."
);
5
end
Hello
;
6