From b0998910dd974280b3c6f3f65e21bfd5859b117f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 May 2020 16:46:13 +0200 Subject: Basic explorer with window resize, iterations change, moving around --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c19d32a..5884a64 100644 --- a/src/main.c +++ b/src/main.c @@ -7,6 +7,7 @@ int main(void) if (!state_init(&state)) return (1); state_run(&state); + /* printf("yo\n"); */ state_quit(&state); return EXIT_SUCCESS; } -- cgit