One minute
Hello World
The first post of this blog
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!");
}
}
One minute
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!");
}
}