mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-19 07:26:59 +01:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
export function greet() {
|
|
// Call Rust-provided fn!
|
|
sayHello('Plugin');
|
|
}
|