Fortran (GFortran), (削除) 38 (削除ここまで) 28 bytes
print*,(10**i/9*i,i=1,9)
end
Edit: Turns out the program statement is optional, saving 10 bytes!
Dingus
- 11.5k
- 2
- 33
- 67
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangeprint*,(10**i/9*i,i=1,9)
end
Edit: Turns out the program statement is optional, saving 10 bytes!