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 springen
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
nahezu täglich im Metalab
+
public class Intro{
 
+
  public static void main(String[] args){
Interessen/Projekte:
+
      studying(withoutSuccess);
 
+
      learning(tooSlow);
-TU Studium SoftwareE
+
      experimenting(withoutFocus);
-Java
+
      lookingFor(theSky);
-Blinkofant
+
      interpreting(wayTooMuch);
-Arduino/Raspberry Pi
+
  }
-AI/KI/Robotik
+
}
-Psychologie/Psychoanalyse
 

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);
 }

}