gecko/browser/devtools/profiler/test/mock_profiler_bug_834878_script.js
2013-02-14 14:08:47 -08:00

7 lines
172 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
function main() {
console.log("Hello, World!");
return 0;
}