Skip to content

Instantly share code, notes, and snippets.

@nsacerdote
Created October 2, 2020 12:23
Show Gist options
  • Save nsacerdote/f4eaac14e1310784b3ec156ac27b5bea to your computer and use it in GitHub Desktop.
Save nsacerdote/f4eaac14e1310784b3ec156ac27b5bea to your computer and use it in GitHub Desktop.
watchNetflix(
() => gotoSleep(
() => {
drinkCoffee();
goToWork(
() => goHome()
);
}
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment