Benutzer:Intro: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenIntro (Diskussion | Beiträge) |
Intro (Diskussion | Beiträge) |
||
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); }
}