Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 224 Bytes

Readme.md

File metadata and controls

22 lines (20 loc) · 224 Bytes

Run:

cd bridge
npm install
npm run build

Use

node
➜ node
Welcome to Node.js v18.16.1.
Type ".help" for more information.
> const x = require('.')
undefined
> x.sum_numbers(2,2)
4
> .exit