From d5ae547334b5f8229313182705da42c5e904a633 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Tue, 5 Mar 2024 22:18:45 +1100 Subject: loads and runs now (no visuals yet) --- src/empty.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/empty.c') diff --git a/src/empty.c b/src/empty.c index d58a94f..b40cc85 100644 --- a/src/empty.c +++ b/src/empty.c @@ -1,5 +1,3 @@ // For some reason on Mac we need an empty file so that 'ar' has something // to run. -int add(int a, int b) { - return a + b; -} \ No newline at end of file +int add(int a, int b) { return a + b; } \ No newline at end of file -- cgit v1.2.3-70-g09d2