Projekt

Obecné

Profil

Stáhnout (137 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using System;
2

    
3

    
4
class Program {
5

    
6
    // Main Method
7
    static public void Main() {
8

    
9
        Console.WriteLine("Main Method");
10
    }
11
}
(2-2/3)