Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Hello world Ada
DarkAtom77
Mar 20th, 2025
11,204
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Ada
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
--Hello world program
--Language: Ada (all versions)
with
Ada.
Text_IO
;
procedure
HelloWorld
is
begin
Ada.
Text_IO
.
Put_Line
(
"Hello world!"
)
;
end
HelloWorld;
Advertisement
Add Comment
Please,
Sign In
to add comment
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!