mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
13 lines
176 B
C#
13 lines
176 B
C#
|
using System;
|
|||
|
|
|||
|
namespace libhac
|
|||
|
{
|
|||
|
class Program
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
Console.WriteLine("Hello World!");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|