aboutsummaryrefslogtreecommitdiff
path: root/01_library/program.js
blob: 5cfc6c5a72cd9dd3274b012f8d2d3f092e295d73 (plain)
1
2
3
4
5
6
var library = require("./build/library.js");

library.onRuntimeInitialized = () => {
	const result = library._multiply(6, 7);
	console.log("The answer is " + result);
};

Generated with cgit - Back to sebastiano.tronto.net