Evaluate
Playgrounds
Browser Extension
new
Discord Bot
Discord
Toggle Theme
Explorer
New File
New Folder
Download As Zip
Rename File
Delete File
Program.cs
Select an entry file...
Program.cs
Execute
C#.NET (.NET)
Code
9
1
2
3
4
5
6
7
›
⌄
⌄
using
System
;
public
class
Program
{
public
static
void
Main
(
)
{
Console
.
WriteLine
(
"Hello, World!"
)
;
}
}
Run
Compile
Preview
Clear
Write your code and press
to execute it. The results will be displayed here.