Created
April 1, 2018 13:42
-
-
Save lmiller1990/c5c4fc3368f360588e7c256e0cfe7d92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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