Skip to content

Instantly share code, notes, and snippets.

@jeremDev
jeremDev / Program.cs
Last active July 22, 2016 00:26
Bedtime Routine
using System;
using static System.Console;
using static System.Threading.Thread;
using Throwable = System.Exception;
// This program is inspired by the XKCD Bonding comic: https://xkcd.com/1188/
public class Parent
{
public string Name => "Parent";