index
:
snake.git
master
Snake game in Ada
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game.adb
blob: cd961778ceb42cd65cdd6d834239131f07c43a8b (
plain
)
1
2
3
4
5
with
Game
;
package body
Game
is
null
end
Game
;