Joined May 2012
·

fireflyrox

Netherlands
·
·
·

Posted to Wishing you a multilingual Christmas over 1 year ago

Java

public static void main(String[] args) {
    String xmas = "beer ";
    String newYear = "more beer";

    if ((xmas + newYear).equals("beer more beer")) {
        System.out.println("festive hangover");
    }

}
Achievements
76 Karma
2,243 Total ProTip Views
Interests & Skills