online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
using System; public class Program { public static void Main() { Console.WriteLine("What is your reddit username or name?"); string name = Console.ReadLine(); hate(name); } public static void hate(string name) { Console.WriteLine($"\nI hate {name}, it is a stupid name. I especially hate u/corniferus"); Console.WriteLine($"\nyour an idiot {name}, do you know that?"); } }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue