diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-07 23:50:48 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-07 23:50:48 +0000 |
commit | f4b932c47390231c070b11b88cc1b41cb5ea25d3 (patch) | |
tree | 4ea7236054516034eaed026d1bcd255b75290b29 /wk4 | |
parent | 1e43bdfc7df99f2e31df4af93b670bcfa89e5e3c (diff) |
Sun, Apr 7, 2024, 4:50 PM -07:00
Diffstat (limited to 'wk4')
-rw-r--r-- | wk4/pset/recover/test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wk4/pset/recover/test.c b/wk4/pset/recover/test.c new file mode 100644 index 0000000..87781af --- /dev/null +++ b/wk4/pset/recover/test.c @@ -0,0 +1,11 @@ +#include <cs50.h> +#include <ctype.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <math.h> + +int main(int argc, char *argv[]) +{ + printf("%f", ceil(sizeof(500000)/512.0) ) +} |