content/hifi-content/liv/dev/test.js
2022-02-14 02:04:11 +01:00

5 lines
86 B
JavaScript

(function(){
this.preload = function() {
print("Hello!");
};
});