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/c.c | |
parent | 8329800b255ee1a9094967a9d0812ddf328956f7 (diff) |
Wed, Apr 10, 2024, 8:23 PM -07:00
Diffstat (limited to 'wk5/lect/c.c')
-rw-r--r-- | wk5/lect/c.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wk5/lect/c.c b/wk5/lect/c.c new file mode 100644 index 0000000..e5730fe --- /dev/null +++ b/wk5/lect/c.c @@ -0,0 +1,12 @@ +#include <cs50.h> +#include <ctype.h> +#include <stdint.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <math.h> + +int main(void) +{ + +} |