Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created May 3, 2021 08:53
Show Gist options
  • Save CoskunKurtuldu/b3e7ff7e3519d97890abdf894cce65c7 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/b3e7ff7e3519d97890abdf894cce65c7 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
var game = Game.CreateGame();
game.StartGame();
Debug.WriteLine("Text here");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment