summaryrefslogtreecommitdiff
path: root/wk4/pset/recover
diff options
context:
space:
mode:
Diffstat (limited to 'wk4/pset/recover')
-rw-r--r--wk4/pset/recover/test.c11
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) )
+}