Skip to content
sysout.dev
src/main/java/dev/sysout/blog/Home.java
/**

Things worth printing.

 *

Field notes from building Android apps, studying systems, and learning where the interesting failures hide.

 */
 
public final class Home {
public static void main(String[] args) {
}
}
OUTPUT$ IO.println("2 notes emitted");Process finished with exit code 0