Skip to content

Instantly share code, notes, and snippets.

View daviddlugosz's full-sized avatar

David Długosz daviddlugosz

  • Zlin, Czech Republic
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WhenAllPattern
{
class Program
{
static async Task Main(string[] args)