void main() { for (int i = 0; i < 5; i++) { print('hello $i'); } print('hello 中文'); }
image
Copyright © All rights reserved | This template is made with by Colorlib