From 41b7c5b9baa1e903f2841ae032d800a10809bfb0 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:10:32 +0000 Subject: Thu, Nov 30, 2023, 10:10 PM -08:00 --- pset1/mario.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pset1/mario.c (limited to 'pset1/mario.c') diff --git a/pset1/mario.c b/pset1/mario.c new file mode 100644 index 0000000..27dc706 --- /dev/null +++ b/pset1/mario.c @@ -0,0 +1,7 @@ +#include +#include + +int main(void) +{ + +} -- cgit v1.2.3