Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4034
/
ada
/
pre
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
text
13 lines
149 Bytes
Copy permalink
Copy
Raw
1
Ada.Text_IO.Put_Line("Hello World!");
2
1 1e-10 16#FE12#E2 3.141_592 'x'
3
a+b a-b
4
a*b a/b
5
a**b
6
a(b)
7
a:=b
8
a=b a/= b
9
a<b a<=b a>b a>=b
10
a,b
11
a=>b
12
a..b
13
a<>b