mirror of
https://github.com/simtactics/servo.git
synced 2025-03-20 10:31:22 +00:00
12 lines
172 B
C#
12 lines
172 B
C#
using System;
|
|
|
|
namespace Servo
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|