-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhello.js
More file actions
20 lines (18 loc) · 791 Bytes
/
hello.js
File metadata and controls
20 lines (18 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
* Says hello to the browser console.
*/
// console.log("Hello there!");
// console.log("Thank you for visiting the Chronos project!");
// console.log("This is a program that simply states hello.");
// console.log();
// console.log("If this was what you were looking for, then congratulations!");
// console.log();
// console.log("If you've simply stumbled here, then don't freak out.");
// console.log("`hello.js` (this program) also turns out to be the entry file");
// console.log("for this project.");
// console.log();
// console.log("You might be looking for the extension's source code instead,");
// console.log("which can be found in `./src/`.");
// console.log();
// console.log("Thank you for your interest in Chronos!");
console.log("[chronos] Hello! Chronos has loaded.")