Skip to content

Instantly share code, notes, and snippets.

View albogdano's full-sized avatar
:octocat:
Working on Scoold.com - the open-source Q&A / knowledge base for your team!

Alex Bogdanovski albogdano

:octocat:
Working on Scoold.com - the open-source Q&A / knowledge base for your team!
View GitHub Profile
namespace Needles
{
using System;
using System.Collections.Generic;
using System.Linq;
class Needles
{
static List<int> results = new List<int>();