Skip to content

Commit

Permalink
Add protability for Linux environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dohoudaniel committed Aug 3, 2023
1 parent 6346a4a commit bc8c2b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dohoudaniel/JavaScript/calculator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node // Adding portability for Linux environments.

// Defining variables
let username;
let num1;
Expand Down

0 comments on commit bc8c2b9

Please sign in to comment.