C#
Playground
— open a feature to load its code —
C# / .NET
↺
⌫
▶
Run
editor
Ctrl
+
Enter
to run
1
using System; class Program { static void Main() { Console.WriteLine("Hello from C# Playground!"); Console.WriteLine("Open any feature card to load its code example."); }}
output
Press Run or Ctrl+Enter to execute your code…