Revision 526,
389 bytes
checked in by veeevauh, 11 years ago
(diff) |
Oisko tässä nyt sit se pongi? Pistelasku versio tuhoutui ihmeellisen delete-napin toimesta.
|
Line | |
---|
1 | #region Usings |
---|
2 | using System; |
---|
3 | #endregion |
---|
4 | |
---|
5 | namespace FysiikkaPeli1 |
---|
6 | { |
---|
7 | static class Ohjelma |
---|
8 | { |
---|
9 | /// <summary> |
---|
10 | /// The main entry point for the application. |
---|
11 | /// </summary> |
---|
12 | static void Main(string[] args) |
---|
13 | { |
---|
14 | using (Peli game = new Peli()) |
---|
15 | { |
---|
16 | game.Run(); |
---|
17 | } |
---|
18 | } |
---|
19 | } |
---|
20 | } |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.