View Problem

Define an empty list

Assign the variable "list" to a list with no elements
ExpandDiskEdit
csharp 3
var list = new List<object>();

Submit a new solution for csharp
There are 25 other solutions in additional languages (clojure, cpp, erlang, fantom ...)