blob: 624010cf9dce1fd0e1d481e978e1b5c381836274 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main(core::List<core::String> arguments) dynamic {
for (core::String arguments in arguments) {
core::print(arguments);
}
}