This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
code-examples
Watch
1
Star
0
Fork
You've already forked code-examples
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c019a5a884
code-examples
/
2015
/
2015_03
/
ada
/
nauka
/
1
/
hello.adb
7 lines
97 B
Ada
Raw
Blame
History
with
Ada.Text_IO
;
procedure
Hello
is
begin
Ada
.
Text_IO
.
Put_Line
(
"Hello, world"
)
;
end
Hello
;
Reference in New Issue
View Git Blame
Copy Permalink