Open main menu
Home
Random
Log in
Settings
About RobotX
Disclaimers
RobotX
Search
Changes
Source Code Help
← Older edit
Newer edit →
Source Code Help
(view source)
Revision as of 03:51, 14 December 2019
535 bytes removed
,
03:51, 14 December 2019
m
→Code Language Example
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>
Joelmartin
Bots
,
Bureaucrats
, contributor,
Interface administrators
, lookupuser,
Administrators
4,000
edits