When: Orwells year. Who: It's private_meta. What: I'd be glad if i knew. Where: 127.0.0.1 Why: Free coupons. Why²: To live forever. Why³: To fight my fear.
importorg.life.Human;importorg.life.Geek;importorg.matrix.Pill;publicstaticvoidmain(String[]argv){PillredPill=newPill();redPill.setFree(true):redPill.addName("unplugged"):redPill.addDescription("Show me how deep the rabbithole goes");PillbluePill=newPill();bluePill.setFree(false);bluePill.addName("not free");bluePill.addDescription("Believe what you want to believe");Humangeek=newGeek();System.out.println("red pill (0), blue pill (1): ");while(geek.size()==0){switch(System.in.read()){case48:geek.add(redPill);break;case49:geek.add(bluePill);break;}}Threadthread=newThread("life");thread.start();}