Benutzer:Intro: Unterschied zwischen den Versionen
Intro (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Intro (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
public class Intro{ | public class Intro{ | ||
public static void main(String[] args){ | public static void main(String[] args){ | ||
studying( | studying(withoutSuccess); | ||
learning( | learning(tooSlow); | ||
experimenting( | experimenting(withoutFocus); | ||
lookingFor( | lookingFor(theSky); | ||
interpreting( | interpreting(wayTooMuch); | ||
} | } | ||
} | } |
Version vom 28. März 2014, 18:24 Uhr
public class Intro{
public static void main(String[] args){ studying(withoutSuccess); learning(tooSlow); experimenting(withoutFocus); lookingFor(theSky); interpreting(wayTooMuch); }
}