>>107888342
C# is not bad in its modern form. It used to be total cancer because you were forced to write everything in a cancerous object oriented style with the
namespace MyApp {
static class Program {
public static void Main(String[] Args)
{
REAL CODE GOES HERE
}
}
}
kind of bullshit but nowadays I hear you can just write code directly in the file and it works.