-
-
Save codeforfun-jp/f6a3b9cf8a42e6cc788e89f35440bfba to your computer and use it in GitHub Desktop.
Java Intro #5-3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Robot { | |
// 頭を上に動かす | |
// 頭を下に動かす | |
// 頭を左に動かす | |
// 頭を右に動かす | |
// 腕を上げる | |
// 腕を下げる | |
// 腕を左に動かす | |
// 腕を右に動かす | |
// 前に進む | |
// 後に進む | |
// 左に進む | |
// 右に進む | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment