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