DEV Community

Discussion on: Weird Programming Stuff

Collapse
 
scottshipp profile image
scottshipp

One of my favorites is that this Java code prints "Hello World"

System.out.println(randomString(-229985452) + " " + randomString(-147909649));

Reference