aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6b2aef5..5279407 100644
--- a/main.c
+++ b/main.c
@@ -19,6 +19,7 @@ main()
io_printcard(0, 6, 2, 14);
io_printcard(0, 20, 2, 3);
io_printcard(31, 0, 1, 12);
+ io_printcard(31, 20, 1, 20);
io_getkey();
halt();
}
bgstack15