Changes in new versions / C# 10.0

namespace Samples.Versions.Version10;

struct Point {
    public int X, Y;
}


This change allows you to setnamespace for the entire file without having to indent.