Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpo authored Sep 17, 2023
1 parent 83d9824 commit 4809ddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ luna:~$ luna --help # Show Help Menu...
```ts
import { Luna, ... } from 'lunascript';

let script = `
name = input("What's your name? ");
print("Hello, {name}!")
`;

let luna = new Luna();
let output = luna.run(lunascript);

Expand Down

0 comments on commit 4809ddc

Please sign in to comment.