Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 27, 2021 23:50
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/62daee8183fb3af6a63318e3ef77c004 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/62daee8183fb3af6a63318e3ef77c004 to your computer and use it in GitHub Desktop.
Kotlin Intro #6-3
class Robot {
// 頭を上に動かす
// 頭を下に動かす
// 頭を左に動かす
// 頭を右に動かす
// 腕を上げる
// 腕を下げる
// 腕を左に動かす
// 腕を右に動かす
// 前に進む
// 後に進む
// 左に進む
// 右に進む
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment