From f967aa047bcc05504d5a590c3b7a9662b2b59bee Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:54:48 +0000 Subject: Sun, Dec 3, 2023, 1:54 AM -08:00 --- wk1/pset1/mario-more/mario.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wk1/pset1/mario-more/mario.c diff --git a/wk1/pset1/mario-more/mario.c b/wk1/pset1/mario-more/mario.c new file mode 100644 index 0000000..b18bef9 --- /dev/null +++ b/wk1/pset1/mario-more/mario.c @@ -0,0 +1,7 @@ +#include +#include + +int main(void) +{ + +} \ No newline at end of file -- cgit v1.2.3