Skip to content

Instantly share code, notes, and snippets.

View aibars's full-sized avatar
🏠
Working from home

Agustín Ibars aibars

🏠
Working from home
  • Ramírez, Argentina
View GitHub Profile
using System;
using System.Collections.Generic;
namespace FlattenArray
{
public class Program
{
/// <summary>
/// Main console program method with tests cases
/// Author: Agustín Ibars