mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-12 19:14:34 +01:00
Add project files.
This commit is contained in:
16
Program.cs
Normal file
16
Program.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using PemukulPaku.Resources.Proto;
|
||||
|
||||
namespace PemukulPaku
|
||||
{
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
Console.WriteLine("Hello!");
|
||||
GetPlayerTokenRsp getPlayerTokenRsp = new()
|
||||
{
|
||||
Msg = "Hello!"
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user