8 lines
No EOL
166 B
C#
8 lines
No EOL
166 B
C#
namespace SwitchSlidePresenter {
|
|
class Program {
|
|
private static async Task Main() {
|
|
GamepadReader reader = new JoyConRead();
|
|
await reader.Read();
|
|
}
|
|
}
|
|
} |