From 2cf498f7bf1311ebca156315a0c9ac25b0addef5 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 27 Jun 2023 04:03:26 -0500 Subject: Working conways game of life --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') 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); } -- cgit v1.2.3