1 2 3 4 5 6 7 8
#include "../lib/aec/aec.h" int main() { clear_screen(); move_cursor(1, 1); return 0; }