online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
using System; using System.Collections.Generic; class Program { public static void Main(string[] args) { // deklarujemy listÄ™ tablicowÄ… z trzema elementami var list = new List<string>() { "1", "2-gi element", "3-ci" }; // iterujemy po elementach listy foreach (var element in list) { // wypisujemy aktualny element Console.WriteLine(element); } } }

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