· 1 min read
Hello World!

Hi, my name is Adam and this is a blog linked to the RibbleSoft Website
namespace HelloWorld
{
class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
}
}
}// the hello world program
console.log('Hello World');Share:



