docs/pages/getting-started/2-introduction/1-hello-lune.md

25 lines
1 KiB
Markdown
Raw Normal View History

<!-- markdownlint-disable MD033 -->
<!-- markdownlint-disable MD026 -->
# Hello, Lune!
Congratulations! Lune is now set up and you are ready to start writing scripts 🎉
If you've already written some kind of Lua (or Luau) script before, the examples provided in the
overview below should make you feel right at home. They are organized in order of least complex to
most complex, and you don't really have to read them all to understand how Lune works, though it may
help you out. Good luck!
## Overview
- `1` [Hello, Lune!](./1-hello-lune.md) (you are here)
- `2` [Built-in Libraries](./2-built-in-libraries.md)
- `3` [Standard I/O](./3-standard-io.mdx)
- `4` [Script Arguments](./4-script-arguments.md)
- `5` [Network Requests](./5-network-requests.mdx)
- `6` [Files & Directories](./6-files-and-directories.mdx)
- `7` [Environment Variables](./7-environment-variables.md)
- `8` [Modules](./8-modules.mdx)
- `9` [Task Scheduler](./9-task-scheduler.mdx)
- `10` [Spawning Processes](./10-spawning-processes.md)