Skip to content

Instantly share code, notes, and snippets.

@varikin
varikin / BestJavaEver.java
Last active June 24, 2025 17:40
The Original Best Java Ever
import static java.lang.System.*;
import static java.lang.Integer.*;
import static java.lang.String.*;
import static java.lang.Float.compare;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineManager;