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