diff options
author | Akshay <[email protected]> | 2021-11-11 07:23:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-11 07:23:28 +0000 |
commit | 09475f0100ac382eef60365fe58f1115baaca747 (patch) | |
tree | 91b94ab4449e4af84079d99df5e97aebac09d800 /src/1 | |
parent | 1b92bebcce7f85691619713c03d500ed554bd66a (diff) |
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> |