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