source:
2013/30/MiroV/ConsoleApplication3/ConsoleApplication3/Program.cs
@
4585
Revision 4585, 324 bytes checked in by lataelyl, 9 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace ConsoleApplication3 |
7 | { |
8 | class Program |
9 | { |
10 | static void Main(string[] args) |
11 | { |
12 | |
13 | Console.WriteLine("Riko ei ole homo!"); |
14 | Console.Read(); |
15 | } |
16 | } |
17 | } |
Note: See TracBrowser
for help on using the repository browser.