Untitled

 avatar
user_5408449
plain_text
15 days ago
178 B
1
Indexable
Never
namespace Hello
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, World!");
        }
        
    }
}
Leave a Comment