14
1
using System;
2
using Newtonsoft.Json;
3
using System.Collections.Generic;
4
5
public class Program
6
{
7
public static void Main()
8
{
9
var r = JsonConvert.DeserializeObject<List<long>>("[1,2,3,4]");
10
11
foreach(var n in r)
12
Console.WriteLine(n);
13
}
14
}
Cached Result
Roll two dice and flipping a coin guessing game!
Please input your first name
>
Please input your first name