index
:
snake.git
master
Snake game in Ada
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game.adb
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'game.adb')
-rw-r--r--
game.adb
5
1 files changed, 5 insertions, 0 deletions
diff --git a/game.adb b/game.adb
index e69de29..cd96177 100644
--- a/
game.adb
+++ b/
game.adb
@@ -0,0 +1,5 @@
+with Game;
+
+package body Game is
+ null
+end Game;