/*

== Welcome to SimpleTextEditor! ==

This is a small editor powered by Ace, running on your desktop using
Mozilla Chromeless.

Try to opening a file using the menu!

*/

function foo() {
    return "Hello world";
}