/csc600-hw1

Primary LanguageTypeScript

Open in Visual Studio Code

HW1

  • hw1.ts contains hw1.
  • To submit, please push hw1.ts back to the repository.
    • DO NOT add node_modules.
  • Your code needs to compile with no errors with
    tsc --strict --target es2019 --module commonjs hw1.ts
    
    If your code does not compile, we will not grade your submission.
  • You can run your compiled code with
    node hw1.js