package xyz.kwiecien.jfuck; public class TestMain { public static void main(String[] args) { int result = 0; System.exit(result); } }