0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx.LLE/Program.cs

12 lines
177 B
C#

using System;
namespace Luea
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Initializing...");
}
}
}