diff options
Diffstat (limited to 'src/1')
-rw-r--r-- | src/1/main.c | 5 |
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> |