// Online C# Editor for free
// Write, Edit and Run your C# code using C# Online Compiler
using System;
public class HelloWorld
{
public static void Main(string[] args)
{
Console.WriteLine ("Hello Mono World");
}
}
Output
Python Course, Enhanced by AI
Learn Python the right way — solve challenges, build projects, and leverage the power of AI to aid you in handling errors.