#include <gearlib.h>

int main() {
    gr_state_init();

    gr_log_add_file("log.txt");
    gr_window_create(800, 600, "hi");
}