diff options
| author | Cody <cody@codyq.dev> | 2023-06-27 04:03:26 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-27 04:03:26 -0500 |
| commit | 2cf498f7bf1311ebca156315a0c9ac25b0addef5 (patch) | |
| tree | ad216a67c0339f14908c98e744c9b617ff8bc0e2 /test.c | |
| parent | 5d958f8af1646f9cb4763bb2f020bb2e6de8a3c0 (diff) | |
| download | sloth-2cf498f7bf1311ebca156315a0c9ac25b0addef5.tar.gz | |
Working conways game of life
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ void print(char* x) { void printfl(float x) { printf("%f", x); } -void printint(int x) { +void printdeez(int x) { printf("%d", x); } |
