aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-27 04:03:26 -0500
committerCody <cody@codyq.dev>2023-06-27 04:03:26 -0500
commit2cf498f7bf1311ebca156315a0c9ac25b0addef5 (patch)
treead216a67c0339f14908c98e744c9b617ff8bc0e2 /test.c
parent5d958f8af1646f9cb4763bb2f020bb2e6de8a3c0 (diff)
downloadsloth-2cf498f7bf1311ebca156315a0c9ac25b0addef5.tar.gz
Working conways game of life
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index f19dee9..1bf5e4f 100644
--- a/test.c
+++ b/test.c
@@ -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);
}