rhea/assets/examples/library.rhea

6 lines
141 B
Plaintext
Raw Permalink Normal View History

2023-09-21 12:42:13 -05:00
// The only thing included here is the ability to pull in other functions
// This is not a * include
2023-08-30 20:15:24 -05:00
var std = include "std";
func main(){}