Tuesday, February 15, 2011

Code

//this code will have no purpose. whatsoever

public class JavaPractice001
{
public static void main(String args[])
{
int a = 25;
int b = 10;
int c = 5;
int d = 2;
int e = 0;

e = b + a;
System.out.println(a + "+" + b + "=" + e);
System.out.println("this is something I cant say in school:");
System.out.println("potato tits rat shit bat shit dirty old cunt 69 assholes tied in a knot hooray lizard piss FUCK");


}
}

No comments:

Post a Comment