Skip to content

Instantly share code, notes, and snippets.

@Kylir
Kylir / README.md
Created February 19, 2020 10:43
This is a simple Gist to show James what I'm talking about.

This is a title

The idea would be to have code that I can run:

function add(a, b) {
  return a+b
}