mirror of
https://github.com/themeldingwars/SINner
synced 2026-08-24 10:26:05 -04:00
12 lines
176 B
C#
12 lines
176 B
C#
using System;
|
|
|
|
namespace SINner
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|