com.kirekov.sneaky.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sneaky-java Show documentation
Show all versions of sneaky-java Show documentation
Java utilities to throw checked exceptions in a "sneaky" way
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