diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 01:57:43 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 01:57:43 +0000 |
commit | 5c2b87e565afe32347087b2d952d7e414f29cbb3 (patch) | |
tree | 3468f35e6659d5bc9347e5469b83c42ebb482989 | |
parent | a2c2af12e8937dbe407f5088ab3d68fd8f57cd27 (diff) |
Sat, Dec 2, 2023, 5:57 PM -08:00
-rw-r--r-- | wk1/pset1/mario.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wk1/pset1/mario.c b/wk1/pset1/mario.c new file mode 100644 index 0000000..236a513 --- /dev/null +++ b/wk1/pset1/mario.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <cs50.h> + +int main(void) +{ + +} |