Skip to main content
N#
Playground
Tutorial
Docs
Examples
GitHub
N# Tutorial
A guided story that uses the same browser workbench as the playground.
Loading compiler...
Back
Next
Program.nl
Program.tests.nl
Run
Check
Format
Share
package Tutorial func Greeting(name: string): string { return $"Hello, {name}!" } func main() { print Greeting("N#") }