Move to lib style, move scripts into their own directory, start source examples
This commit is contained in:
5
scripts/speed_test.rhai
Normal file
5
scripts/speed_test.rhai
Normal file
@@ -0,0 +1,5 @@
|
||||
var x = 1000000;
|
||||
while x > 0 {
|
||||
x = x - 1;
|
||||
}
|
||||
print(x);
|
Reference in New Issue
Block a user