rhea/assets/examples/library.rhea

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(){}