diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-11 03:23:51 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-11 03:23:51 +0000 |
commit | d7805a44aa2367c9e375cc3296f26c41ff6747fb (patch) | |
tree | 51d77083cd02a0d7633b393d4db62cbace6b2be8 /wk5/lect/test.c | |
parent | 8329800b255ee1a9094967a9d0812ddf328956f7 (diff) |
Wed, Apr 10, 2024, 8:23 PM -07:00
Diffstat (limited to 'wk5/lect/test.c')
-rw-r--r-- | wk5/lect/test.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/wk5/lect/test.c b/wk5/lect/test.c deleted file mode 100644 index e5730fe..0000000 --- a/wk5/lect/test.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <cs50.h> -#include <ctype.h> -#include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <math.h> - -int main(void) -{ - -} |