Skip to content

Instantly share code, notes, and snippets.

View yesyo's full-sized avatar
🌏
Nomadizing...

Shih-You Yeh yesyo

🌏
Nomadizing...
View GitHub Profile
@yesyo
yesyo / MyLove.java
Created August 14, 2011 10:47
First Anniversary
class TheWorld {
// is the world going to end?
public static boolean theEndOfTheWorld = false;
}
public class MyLove {
// my dear
public static final String love = "icygirl";
public static void main(String[] args) {
while(!TheWorld.theEndOfTheWorld){