Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 161 Bytes

File metadata and controls

15 lines (10 loc) · 161 Bytes

Basic Example

Demonstrates the simplest way to run Lua code from Go.

Run

go run ./examples/basic

Output

factorial(10) = 3628800