mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +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"));
|