awtk/main.fs
2022-04-14 18:29:49 +08:00

4 lines
73 B
GLSL

var m = require('foobar.fs')
print(m.foo(100, 99))
print(m.bar(100, 99))