summaryrefslogtreecommitdiff
path: root/src/1/main.c
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-11 07:23:28 +0000
committerAkshay <[email protected]>2021-11-11 07:23:28 +0000
commit09475f0100ac382eef60365fe58f1115baaca747 (patch)
tree91b94ab4449e4af84079d99df5e97aebac09d800 /src/1/main.c
parent1b92bebcce7f85691619713c03d500ed554bd66a (diff)
add 3d serpinsky gasketHEADmaster
Diffstat (limited to 'src/1/main.c')
-rw-r--r--src/1/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/1/main.c b/src/1/main.c
index f75eca5..ad35c47 100644
--- a/src/1/main.c
+++ b/src/1/main.c
@@ -1,3 +1,8 @@
1/* 2-d serpinski gasket
2 *
3 * Akshay Oppiliappan
4 */
5
1#include <GL/glut.h> 6#include <GL/glut.h>
2#include <stdlib.h> 7#include <stdlib.h>
3#include <time.h> 8#include <time.h>