of     1   

Aovis
#186302248Tuesday, March 29, 2016 5:19 AM GMT

public class DankMeme { public static void main(String[] args) { String text = "Deez nutz in your girls DM's"; BufferedWriter output = null; try { File file = new File("MLGgetRekt.txt"); output = new BufferedWriter(new FileWriter(file)); output.write(text); } catch ( IOException e ) { e.printStackTrace(); } finally { if ( output != null ) output.close(); System.err.println("Ohh! Rektt your mom! OH") } } }
Lacrase
#186302622Tuesday, March 29, 2016 5:30 AM GMT

Ok
JuliusCadmus
#186303046Tuesday, March 29, 2016 5:41 AM GMT

arent you the op

    of     1