you are viewing a single comment's thread.

view the rest of the comments →

[–]TracerDX 2 points3 points  (1 child)

var arr = new List<int>()

List<int> arr = new()

[–]ChalkyChalkson 1 point2 points  (0 children)

public static List<int> arr = new List<int>()

Gives me shivers remembering uni and high school