/******************************************************************************
Online Dart Compiler.
Code, Compile, Run and Debug Dart program online.
Write your code in this editor and press "Run" button to execute it.
*******************************************************************************/
void main() {
print("Hello World");
}