Update 29.10.2022
This commit is contained in:
8
C#/OpenTKCourse/Program.cs
Normal file
8
C#/OpenTKCourse/Program.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OpenTKCourse {
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
using Game game = new Game();
|
||||
game.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user