Skip to content

Commit af261c6

Browse files
authored
Merge pull request #29 from it-harrison/hack5
add yet another constant
2 parents bde6acd + 698582f commit af261c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pack-c/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
console.log('hello from pack-c');
22
console.log('...hello once more');
33
const c = 'a';
4-
const d = 'd';
4+
const d = 'd';
5+
const e = 'e';

0 commit comments

Comments
 (0)