aboutsummaryrefslogtreecommitdiff
path: root/JazzerSetup.java
diff options
context:
space:
mode:
Diffstat (limited to 'JazzerSetup.java')
-rw-r--r--JazzerSetup.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/JazzerSetup.java b/JazzerSetup.java
new file mode 100644
index 00000000..b0624cc5
--- /dev/null
+++ b/JazzerSetup.java
@@ -0,0 +1,6 @@
+package com.jazzer;
+public class JazzerSetup {
+ public static void main (String[] args) {
+ System.out.println("Init'd");
+ }
+} \ No newline at end of file