forked from LeenkxTeam/Kmake
4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
|
|
let x = 1;
|
||
|
|
x = x + 1;
|
||
|
|
module.exports = x;
|