Changes

Jump to navigation Jump to search
535 bytes removed ,  03:51, 14 December 2019
m
Line 625: Line 625:  
<div style="clear:both"></div>
 
<div style="clear:both"></div>
 
{{collapse bottom}}
 
{{collapse bottom}}
  −
  −
===Code Language Example===
  −
  −
<pre>
  −
<source lang="csharp">
  −
// Hello World in Microsoft C# ("C-Sharp").
  −
  −
using System;
  −
  −
class HelloWorld
  −
{
  −
    public static int Main(String[] args)
  −
    {
  −
        Console.WriteLine("Hello, World!");
  −
        return 0;
  −
    }
  −
}
  −
</source>
  −
<nowiki></nowiki></pre>
  −
  −
Results in:
  −
  −
<source lang="csharp">
  −
// Hello World in Microsoft C# ("C-Sharp").
  −
  −
using System;
  −
  −
class HelloWorld
  −
{
  −
    public static int Main(String[] args)
  −
    {
  −
        Console.WriteLine("Hello, World!");
  −
        return 0;
  −
    }
  −
}
  −
</source>
 
4,000

edits

Navigation menu