Skip to content
Snippets Groups Projects
Commit ad504459 authored by Robert Sharp's avatar Robert Sharp
Browse files

Fixed main error

parent 429991e1
No related branches found
No related tags found
1 merge request!16Brownian motion fuzzer
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment