Solutions for Project Euler problems. Written in TS.
Run with: ts-node problem1/main.ts
For best performance, first compile with:
tsc --outDir ./dist --target es6 problem1/main.ts
then use:
node dist/main.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solutions for Project Euler problems. Written in TS.
Run with: ts-node problem1/main.ts
For best performance, first compile with:
tsc --outDir ./dist --target es6 problem1/main.ts
then use:
node dist/main.js