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