using System;
namespace Mycompiler{
class program{
static void MyMethod(string fname){
Console.WriteLine(fname + "efnes");
}
static void Main(string[]args){
MyMethod("sonu");
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: