-
-
Save giruzou/66c75420a433c59bdb39e80c3812bc00 to your computer and use it in GitHub Desktop.
Ruby1~10まで出力 ref: https://qiita.com/DrqYuto/items/2137e22948b38e878828
This file contains hidden or 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
| puts [*1..10] | |
| =begin | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| =end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment