Files
Alexander Zinn 4182ab5ec0 Initial commit
2025-10-11 22:05:40 -03:00

8 lines
103 B
JavaScript

define(function() {
return {
getMessage: function() {
return 'Hello World';
}
};
});