RobotC - Post 2-1


/ Published in: C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. task main
  2. {
  3. nxtDisplayString (1,"hello world");
  4. wait1Msec(5000);
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.