Program.cs 70 B

12345
  1. 
  2. using FuelCell;
  3. using var game = new FuelCellGame();
  4. game.Run();