9 lines
101 B
C
9 lines
101 B
C
#include "tui.h"
|
|
|
|
int main(void) {
|
|
tui_init();
|
|
tui_run();
|
|
tui_cleanup();
|
|
return 0;
|
|
}
|