8 lines
130 B
C#
8 lines
130 B
C#
namespace Game {
|
|
internal class Program {
|
|
static int Main(string[] args) {
|
|
return 0;
|
|
}
|
|
}
|
|
}
|