source:
2010/27/anlakane/Nopeuspeli/Ohjelma.cs
@
1261
Revision 1261, 188 bytes checked in by anlakane, 13 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | |
3 | static class Ohjelma |
4 | { |
5 | static void Main(string[] args) |
6 | { |
7 | using (Peli game = new Peli()) |
8 | { |
9 | game.Run(); |
10 | } |
11 | } |
12 | } |
13 |
Note: See TracBrowser
for help on using the repository browser.