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 May 11, 2024 14:28
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
{