Reaper IDE is a modern coding environment built for C# developers.
Fully supports .NET 5.0 — with upcoming support for .NET 9.0.
Lightweight, clean, and designed to help you code faster.
using System;
class Program
{
static void Main()
{
Console.WriteLine("Hello from Reaper IDE!");
}
}