mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
import { hello } from './build/Release/addon'
|
|
|
|
console.log("Roc says the following:", hello("Hello from TypeScript"));
|