Last active
February 1, 2018 16:05
-
-
Save cstefanache/2b8c4b3a131c1232c227ac14349eda57 to your computer and use it in GitHub Desktop.
Beautopia
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
| { | |
| "files": ["initScript.js"] | |
| } |
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
| function test() { | |
| console.log('beautopia v3') | |
| } | |
| test() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment