fork download
  1. using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("Ana"); Console.Out.WriteLine("i am 15 years old");
  2. Console.Out.WriteLine("i have 4 people in my family including myself :)"); Console.In.ReadLine(); } }}
Success #stdin #stdout 0.03s 36944KB
stdin
Standard input is empty
stdout
Ana
i am 15 years old
i have 4 people in my family including myself :)