Skip to content

Instantly share code, notes, and snippets.

@eldenis
Created April 29, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldenis/4d316b839be419f8c190 to your computer and use it in GitHub Desktop.
Save eldenis/4d316b839be419f8c190 to your computer and use it in GitHub Desktop.
import java.util.*;
import java.lang.*;
import java.io.*;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
// your code goes here
}
static Integer wtf (String sa)[]
{
return new Integer[2];
}
static String[] wtf2 (String[] evil[])[]
{
return evil;
}
}
@eldenis
Copy link
Author

eldenis commented Apr 29, 2015

Just when you think Malbolge is crazy remember java lets you do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment