source:
esimerkit/2013k/luennot/luento01/HelloWorld.cs
@
1508
Revision 608, 125 bytes checked in by anlakane, 5 years ago (diff) |
---|
Line | |
---|---|
1 | public class HelloWorld |
2 | { |
3 | public static void Main() |
4 | { |
5 | System.Console.WriteLine("Hello World!"); |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.