Advertisement
melzneni

Turti test program

Aug 15th, 2023 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #import: NK0bGHwZ; // importieren der GPS-Bibliothek (Light GPS)
  2.  
  3. main: {
  4. while(true){
  5. x,y,z=splitText(input("x,y,z"),",");
  6. faceToward([tonumber(x),tonumber(y),tonumber(z)]);
  7. };
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement