[sdks] Fix README.md
[mono-project.git] / mcs / tests / test-interpolation-03.cs
blob49ec13e96704b00da3d291f87f78284bc90fad5e
1 using System;
3 public static class Test {
4 public static void Main() {
5 RunTest(() => Console.WriteLine ($"Initializing the map took {1}ms"));
8 static void RunTest (Action callback)
10 callback();