6 lines
96 B
C
6 lines
96 B
C
#include <gearlib.h>
|
|
|
|
int main() {
|
|
gr_state_init();
|
|
gr_window_create(800, 600, "hi");
|
|
}
|