Benutzer-Werkzeuge

Webseiten-Werkzeuge


helloworld

HelloWorld

import lejos.nxt.*;
 
public class HelloWorld
{
  public static void main (String[] aArg)
  throws Exception
  {
     LCD.drawString("Hello World",3,4);
     Thread.sleep(2000);
  }
}
helloworld.txt · Zuletzt geändert: 2024/01/22 06:52 von torsten.roehl