Skip to content

Instantly share code, notes, and snippets.

View waqaskhan540's full-sized avatar

Muhammad Waqas waqaskhan540

  • Amsterdam, Netherlands
View GitHub Profile
@waqaskhan540
waqaskhan540 / Program.cs
Created September 9, 2020 11:56
Start and end dates for N previous months
using System;
using System.Collections.Generic;
namespace ConsoleApp1
{
class Program
{
internal class DateRange
{