Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 7, 2020 11:51
Show Gist options
  • Save sverhoeven/f3c0897b054099b3ab6e36da9c2188b8 to your computer and use it in GitHub Desktop.
Save sverhoeven/f3c0897b054099b3ab6e36da9c2188b8 to your computer and use it in GitHub Desktop.
run-cpp-on-web: webassembly
#ifndef H_PROBLEM_HPP
#define H_PROBLEM_HPP
float equation(float x);
float derivative(float x);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment