Advertisement
quantumech

Untitled

Apr 27th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. /**
  2.  * Compiled with the following:
  3.  * > set EMCC_FORCE_STDLIBS=1
  4.  * > emcc main.c -o main.js -s MAIN_MODULE=1
  5. */
  6.  
  7. #include "library.h"
  8. #include <stdio.h>
  9.  
  10. int main()
  11. {
  12.     // Print value from getNumber()
  13.     printf("%d\n", getNumber());
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement