Untitled

 avatar
user_5408449
plain_text
10 months ago
178 B
4
Indexable
namespace Hello
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, World!");
        }
        
    }
}
Editor is loading...
Leave a Comment