Hello world

void main()
{
  print('hello world');
}

dart create projName

cd projName

dart run file.dart