diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index c0a338cc03ecf01c8b9e007b13fc77c4a4c38bba..bceeb70f7d93111a12bb340fe8001096eae6ff92 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -11,6 +11,7 @@ import java.util.Random;
 
 /* a stub for your team's fuzzer */
 public class Fuzzer {
+//public static void main(String[] args) throws IOException {
 
     private static final String OUTPUT_FILE = "fuzz.txt";
 
@@ -42,8 +43,8 @@ public class Fuzzer {
     private static final double SAVE_VAR = 5;
     private static final double LIST_VAR = 5;
 
-    public static void Fuzzer() throws IOException {
-        //public static void main(String[] args) throws IOException {
+    //public static void Fuzzer() throws IOException {
+    public static void main(String[] args) throws IOException {
 
         //Rob's code
         Double[] freqValues = null;