void main(List<String> args) { print(args); h(); for (int i = 0; i < 5; i++) { print('hai'); } print('stop'); }