Skip to content

Commit 405a6aa

Browse files
[Sync Iteration] javascript/hello-world/1
1 parent 5b7164d commit 405a6aa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// This is only a SKELETON file for the 'Hello World' exercise. It's been provided as a
3+
// convenience to get you started writing code faster.
4+
//
5+
6+
export function hello() {
7+
return 'Hello, World!';
8+
}

0 commit comments

Comments
 (0)