Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created September 16, 2020 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/f6a3b9cf8a42e6cc788e89f35440bfba to your computer and use it in GitHub Desktop.
Save codeforfun-jp/f6a3b9cf8a42e6cc788e89f35440bfba to your computer and use it in GitHub Desktop.
Java Intro #5-3
class Robot {
// 頭を上に動かす
// 頭を下に動かす
// 頭を左に動かす
// 頭を右に動かす
// 腕を上げる
// 腕を下げる
// 腕を左に動かす
// 腕を右に動かす
// 前に進む
// 後に進む
// 左に進む
// 右に進む
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment