#include <stdint.h> uint64_t multiply(uint64_t a, uint64_t b){ return a * b; }
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...