Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 2, 2020 09:07
Show Gist options
  • Save sverhoeven/550289e5ffa1908f5d9467eed3a84b8d to your computer and use it in GitHub Desktop.
Save sverhoeven/550289e5ffa1908f5d9467eed3a84b8d to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
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