March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
12
Task/Draw-a-sphere/Ada/draw-a-sphere-2.ada
Normal file
12
Task/Draw-a-sphere/Ada/draw-a-sphere-2.ada
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
with Display; use Display;
|
||||
with Display.Basic; use Display.Basic;
|
||||
|
||||
procedure Main is
|
||||
Ball : Shape_Id := New_Circle
|
||||
(X => 0.0,
|
||||
Y => 0.0,
|
||||
Radius => 20.0,
|
||||
Color => Blue);
|
||||
begin
|
||||
null;
|
||||
end Main;
|
||||
Loading…
Add table
Add a link
Reference in a new issue