Files

9 lines
682 B
Plaintext
Raw Permalink Normal View History

//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart()
{
Print("Hello World");
}
//+------------------------------------------------------------------+