index
:
assignment-list-tui.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: e7636c9d6767de12f14c97c1d01ba03812c6efe2 (
plain
)
1
2
3
4
5
6
7
#include "draw.h" int main() { tui_init(); return 0; }