aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
blob: b661dce2db07be03b308b8491ed991dcf64950a9 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "linear.h"

int main()
{
    printf("Opengl Here we go\n");
    return 0;
}
Feel free to download, copy and edit any repo