Hello World

This is a first post, but certainly not the last.


void main() {
  print('Hello, World!');
}