1 2 3 4 5 6
#!/usr/bin/env node // expect: total=6 code=2 comment=2 blank=1 shebang=1 // node script with no extension console.log("hi"); const sum = 1 + 2;