summaryrefslogtreecommitdiff
path: root/wk4/pset/recover/test.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-08 01:59:14 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-08 01:59:14 +0000
commit640a08101fb4c5d09502bc17dca933a3a6a76d68 (patch)
treed60a02f315286b8ca84befc837d18b388625d0b4 /wk4/pset/recover/test.c
parent17c7654e969d8adc2891cd1692d6272b5d04fc64 (diff)
Sun, Apr 7, 2024, 6:59 PM -07:00
Diffstat (limited to 'wk4/pset/recover/test.c')
-rw-r--r--wk4/pset/recover/test.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/wk4/pset/recover/test.c b/wk4/pset/recover/test.c
deleted file mode 100644
index 30ddd9b..0000000
--- a/wk4/pset/recover/test.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#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("%i\n", (int)(ceil(500000/512.0)));
-}