source: 2010/24/danmarti/Pong/Ohjelma.cs @ 811

Revision 811, 332 bytes checked in by sijoseha, 13 years ago (diff)

Pong vaiheet 1-6.

Line 
1using System;
2
3
4    static class Ohjelma
5    {
6        /// <summary>
7        /// The main entry point for the application.
8        /// </summary>
9        static void Main(string[] args)
10        {
11            using (Peli game = new Peli())
12            {
13                game.Run();
14            }
15        }
16    }
17
Note: See TracBrowser for help on using the repository browser.