Hello World
I’m a .NET developer by trade, so let’s say hello in C#!
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
I’m a .NET developer by trade, so let’s say hello in C#!
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}