diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 09:54:48 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 09:54:48 +0000 |
commit | f967aa047bcc05504d5a590c3b7a9662b2b59bee (patch) | |
tree | 96bc478ecb00fb5e585bc6873b448b7d80abe487 /wk1/pset1 | |
parent | 8e661d213cac7d009b011afcedcdc384fdd8cfd9 (diff) |
Sun, Dec 3, 2023, 1:54 AM -08:00
Diffstat (limited to 'wk1/pset1')
-rw-r--r-- | wk1/pset1/mario-more/mario.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 <cs50.h> +#include <stdio.h> + +int main(void) +{ + +}
\ No newline at end of file |