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
(2 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(SoftwareEngineering);
*TU Studium SoftwareE
+
      learning(Java);
*Java
+
      soldering(Blinkofant);
*Blinkofant
+
      experimenting(Arduino,Raspberry Pi);
*Arduino/Raspberry Pi
+
      lookingFor(AI,Robotics);
*AI/KI/Robotik
+
      thinking(Psychology,Psychoanalysis,Philosophy);
*Psychologie/Psychoanalyse
+
  }
 +
}

Version vom 26. Februar 2013, 22:21 Uhr

public class Intro{

 public static void main(String [] args)
 {
     studying(SoftwareEngineering);
     learning(Java);
     soldering(Blinkofant);
     experimenting(Arduino,Raspberry Pi);
     lookingFor(AI,Robotics);
     thinking(Psychology,Psychoanalysis,Philosophy);
 }

}