Skip to content

Instantly share code, notes, and snippets.

@Twelve0fNine
Twelve0fNine / Melody
Created February 21, 2014 19:38
Just play some Console Music ...
using System;
using System.Diagnostics;
using System.Threading;
namespace ConsoleApplication2
{
class Program
{
@Twelve0fNine
Twelve0fNine / Sort_Array
Created February 21, 2014 18:42
How to simply sort an Array
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sort_Array
{
class Program
{
static void Main(string[] args)