Skip to content

Instantly share code, notes, and snippets.

View varikin's full-sized avatar
🏠
Working from home

John Shimek varikin

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am varikin on github.
  • I am varikin (https://keybase.io/varikin) on keybase.
  • I have a public key whose fingerprint is B7E0 272A E0CB D181 B817 D647 78FE 0D1F FBCA 450F

To claim this, I am signing this object:

@varikin
varikin / BestJavaEver.java
Last active September 30, 2021 19:35
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;