Skip to content

Instantly share code, notes, and snippets.

View j2jensen's full-sized avatar

James Jensen j2jensen

  • Salt Lake City, UT
View GitHub Profile
@j2jensen
j2jensen / Program.cs
Last active July 21, 2016 15:35 — forked from jeremDev/Program.cs
Bedtime Routine
using System;
using static System.Console;
using static System.Threading.Thread;
using Throwable = System.Exception;
public class Parent
{
public string Name => "Parent";