source:
2010/24/Vilvaini/Smile Jump/Ohjelma.cs
@
867
Revision 867, 292 bytes checked in by vilvaini, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[867] | 1 | using System; |
2 | ||
3 | static class Ohjelma | |
4 | { | |
5 | /// <summary> | |
6 | /// The main entry point for the application. | |
7 | /// </summary> | |
8 | static void Main(string[] args) | |
9 | { | |
10 | using (Tasohyppely peli = new Tasohyppely()) | |
11 | { | |
12 | peli.Run(); | |
13 | } | |
14 | } | |
15 | } | |
16 |
Note: See TracBrowser
for help on using the repository browser.