Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
nhibernate [2019/01/10 08:44] superuser |
nhibernate [2019/01/11 09:46] (current) superuser |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| </Code> | </Code> | ||
| - | <Code:csharp> | ||
| - | using System; | ||
| - | namespace HelloWorld | ||
| - | { | ||
| - | class Hello | ||
| - | { | ||
| - | static void Main() | ||
| - | { | ||
| - | Console.WriteLine("Hello World!"); | ||
| - | // Keep the console window open in debug mode. | ||
| - | Console.WriteLine("Press any key to exit."); | ||
| - | Console.ReadKey(); | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </Code> | ||
