Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #include <emscripten.h>
  2.  
  3. EMSCRIPTEN_KEEPALIVE
  4. int add(int x, int y) {
  5. return x + y;
  6. }
Add Comment
Please, Sign In to add comment