onyx-lang / onyx

✨ The compiler and developer toolchain for Onyx
https://onyxlang.io
BSD 2-Clause "Simplified" License
570 stars 20 forks source link

Document the mandatory need for both a main package and main( ) function within that package #113

Closed ghost closed 7 months ago

ghost commented 7 months ago

Document the mandatory need for both a main package and main function within that package

brendanfh commented 7 months ago

This documentation has been added here.

Let me know if there are any changes that should be made!

ghost commented 7 months ago

Looks great!!