I’ve been programming and drinking.
public static void main (String[] args[]) { Person me = new Person("Gompr"); Case case = new Case(12, "Pearl"); if (getDrunk(me)) { for (Beer beer : case) { drink(beer); } } } // Should you get drunk? public static boolean getDrunk (Person person) { return true; } // Algorithm for drinking public static void drink (Beer beer) { while (!beer.empty()) { beer.drink(); } }
This is the answer to life’s biggest question.
-
burntim reblogged this from gompr and added:
This is the answer to life’s biggest question.
-
miacosm liked this
-
mikepayne reblogged this from gompr and added:
Holy shit this is
-
jkerianmorgan liked this
-
gompr posted this






