diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 06:10:32 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 06:10:32 +0000 |
commit | 41b7c5b9baa1e903f2841ae032d800a10809bfb0 (patch) | |
tree | aad665095d8a299ba715b340be23baf9b8447089 /pset1 | |
parent | ba8f19e9555552b17778e6f1edaef38f444cabf5 (diff) |
Thu, Nov 30, 2023, 10:10 PM -08:00
Diffstat (limited to 'pset1')
-rw-r--r-- | pset1/mario.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 <stdio.h> +#include <cs50.h> + +int main(void) +{ + +} |