rhea/assets/examples/library.rhea
2023-09-21 12:42:13 -05:00

6 lines
141 B
Plaintext

// The only thing included here is the ability to pull in other functions
// This is not a * include
var std = include "std";
func main(){}