Skip to content

Instantly share code, notes, and snippets.

@clauderoy790
clauderoy790 / Program.cs
Created August 1, 2021 03:26
Simple LINQ, lambda and string formatting example.
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.VisualBasic.FileIO;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System.Linq;
namespace csharp_test
{