main function

void main(
  1. List<String> arguments
)

Implementation

void main(List<String> arguments) {
  print('Hello world!');
}