about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/a.outbin13200 -> 13168 bytes
-rw-r--r--src/lookup.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/a.out b/src/a.out
index 6a6368d..f97661d 100755
--- a/src/a.out
+++ b/src/a.out
Binary files differdiff --git a/src/lookup.c b/src/lookup.c
index 01b5508..ef13a05 100644
--- a/src/lookup.c
+++ b/src/lookup.c
@@ -31,7 +31,7 @@ int main(int argc, char *argv[] ){
     int x = atoi(argv[1]);
 
     for(int i = 0; i < x; i++){
-      fprintf(fp, "%d, %f\n", i, phi(i));
+      printf("%d, %f\n", i, phi(i));
     }
 
     // for(int i = 0; i < 1e7; i = i + 1e4){