repo.or.cz
/
toni-reis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Versione finale relazione
[toni-reis.git]
/
src
/
car.adb
blob
1d78e0905a46618f91a2b5f4d7d73a4472fc26ae
1
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
2
with
Simulator
.
Car
;
3
with
Simulator
;
use
Simulator
;
4
5
with
Simulator
.
Car
.
Gui
;
use
Simulator
.
Car
.
Gui
;
6
7
procedure
Car
is
8
begin
9
Init_Car_Gui
;
10
end
Car
;