2023 / 2024
using System.Collections.Generic;
const string MiNI = "Sala 328, MiNI PW";
const string WAW7N = "7N, Puławska 182, 3p";
var season = new Dictionary<string, string>()
{
{ "2023-10-19T18:00:00", MiNI },
{ "2023-11-16T18:00:00", MiNI },
{ "2023-12-21T18:00:00", MiNI },
{ "2024-01-18T18:00:00", MiNI }, // (rec)
{ "2024-02-15T18:00:00", MiNI }, // (rec)
{ "2024-03-21T18:00:00", WAW7N }, // (rec) 18th anniversary of #wgdotnet
{ "2024-04-18T18:00:00", WAW7N },
{ "2024-05-16T18:00:00", MiNI },
{ "2024-06-20T18:00:00", MiNI },
};
Meetup