Skip to content

Instantly share code, notes, and snippets.

@JFB-Jenkins
JFB-Jenkins / test-gist
Created May 15, 2019 13:37
Quick demo on gists
<script>
(function() {
console.log("Welcome to a public gist tutorial")
})();
</script>