1
0
Fork 0
tsgames/src/games/playground/index.tsx

5 lines
102 B
TypeScript

import awoo from "./awoo.cpp";
export default function main() {
console.log(awoo, awoo.awoo());
}