All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kirekov.sneaky.Main Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.kirekov.sneaky;

/**
 * Main class.
 */
public class Main {

  @SuppressWarnings("PMD.SystemPrintln")
  public static void main(String[] args) {
    System.out.println("Hello, world");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy