Just relax! Chill out!
Have a cup of hot coffee, close your eyes and listen!
Want some more? Keep your eyes still closed, stand up and smile! And then let yourself go! Dance! :-)
Still want something better?!...
package blog.inka.fairytales; public class FairyTale { /* no indentation here, especially for you */ private String title; private String description; private String story; public FairyTale() { this.title = "Smash your head against a piece of code!!"; this.description = null; this.story = null; } public String toString() { return title;}}
[Le Jazz Et La Java, Claude Nougaro]
...And if none of these work, then just shoot yourself and let me be!!...
No comments:
Post a Comment