Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created April 1, 2018 13:42
Show Gist options
  • Save lmiller1990/c5c4fc3368f360588e7c256e0cfe7d92 to your computer and use it in GitHub Desktop.
Save lmiller1990/c5c4fc3368f360588e7c256e0cfe7d92 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<script src="index.js"></script>
<body>
<textarea id="source" name="" cols="30" rows="10">
p().then(res => console.log('res', res))
</textarea>
<button id="compile">Compile</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment