Created
October 2, 2020 09:07
-
-
Save sverhoeven/550289e5ffa1908f5d9467eed3a84b8d to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
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 Heading() { | |
const title = 'Root finding web application'; | |
return React.createElement('h1', null, `{title}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment