Esempio n. 1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");

            // Proof -> my custom Newtonsoft.Json dll is being used.
            Console.WriteLine(JsonConvert.HelloWorldTest());
        }