GIST
https://gist.github.com/40823148/99b5fe1076f70cd59f006e46eb0343a2
DART
https://mde.tw/dartpad/?id=99b5fe1076f70cd59f006e46eb0343a2
原始碼
void main() { for (int i = 0; i < 5; i++) { print('hello ${i + 1}'); } }
Copyright © All rights reserved | This template is made with by Colorlib