aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.LLE/Program.cs
blob: 96458d1ebd44eb964ce841f376ac6e99bdbcc421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

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