Actions

Sandbox: Difference between revisions

From Populous Wiki

No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:Test.png]]
{{Please leave this line alone (sandbox heading)}}
<!-- Hello! Feel free to try your formatting and editing skills below this line. As this page is for editing experiments. -->
 
----
 
Test using SyntaxHighlight_GeSHi:
<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>

Latest revision as of 05:42, 28 December 2007

Welcome to the Wikipedia Sandbox! This page allows you to carry out experiments. To edit, click here or edit this page above (or the views section for obscure browsers), make your changes and click the Save page button when finished. Content will not stay permanently; this page is automatically cleaned every so often.

Please do not place copyrighted, offensive, or libelous content in the sandbox(es).

This page is a virtual sandbox on the Populous Wiki.

You may also use the templates for experimental purposes.



Test using SyntaxHighlight_GeSHi:

// Hello World in Microsoft C# ("C-Sharp").

using System;

class HelloWorld
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}