Assign the variable
"list" to a list with no elements
csharp 3var list = new List<object>();
using System.Collections.Generic;
class SolutionXX
{
static void Main()
{
var list = new List<object>();
}
}
Submit a new solution for
csharp
There are 25 other solutions in
additional languages (
clojure,
cpp,
erlang,
fantom ...)