index
:
tdevelop
feat/use-tdeuniqueapplication
master
r14.0.x
r14.1.x
v3.5.13-sru
TDE development IDE
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
languages
/
ada
/
app_templates
/
adahello
/
main.adb
blob: e2c6f5daaf2bedc6b2aff411bb2c5d38772d11a3 (
plain
)
1
2
3
4
5
6
7
8
with Text_IO; procedure Main is begin Text_IO.Put_Line ("Hello World"); end Main;