Skip to content

Instantly share code, notes, and snippets.

View Shensd's full-sized avatar
👁️
look into the spiral

Jack Hance Shensd

👁️
look into the spiral
View GitHub Profile
@Shensd
Shensd / Program.cs
Last active October 4, 2023 17:10
Take On Me by a-ha converted to C# console beeps
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TakeOnMe
{
class Program
{