package com.jazzer;
public class JazzerSetup {
  public static void main (String[] args) {
    System.out.println("Init'd");
  }
}