using System; public class Test{ public static void Main() { // your code goes here }}
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Problemex1_1 { class Program { static void Main(string[] args) { Sample s = new Sample(); s.foo(); } } }
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!