TheAnonyMOST

31
reputation
3
void main() {
  runApp(myAwesomeApp());
}

void myAwesomeApp() {
  print('hey...');
}