1 2 3 4 5 6 7 8
#include <stdio.h> #include "linear.h" int main() { printf("Opengl Here we go\n"); return 0; }