From 640a08101fb4c5d09502bc17dca933a3a6a76d68 Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Mon, 8 Apr 2024 01:59:14 +0000
Subject: Sun, Apr 7, 2024, 6:59 PM -07:00

---
 wk4/pset/recover/test.c | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 wk4/pset/recover/test.c

(limited to 'wk4/pset/recover/test.c')

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)));
-}
-- 
cgit v1.2.3