diff options
author | kitty piapiac <kcp@bsd.computer> | 2023-04-16 03:39:23 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2023-04-16 03:39:23 -0700 |
commit | 190869967285173e92d4c8cf06bea1e99718fffe (patch) | |
tree | ce27937b54a542d4321efcbaac5b295e5de98faa /mino.c | |
parent | 4136e8f2e1e5da874d58fcea3b1f004b07c9677f (diff) |
draw a triangle
i wonder where kitty-cricket learnt this one from
Diffstat (limited to 'mino.c')
-rw-r--r-- | mino.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,4 +11,5 @@ V del(V*p){free(p);} I main(I ac,C**av){(V)ac,(V)av; graph_init(); atexit(graph_deinit); + WH(1,graph_events(),graph_before(),graph_triangle(),graph_after()); R 0;} |