Answers to code questions I find and hopefully less complex versions of https://github.com/ImTheTom/OldSideProjectsCode/tree/master/LeetCode
use the create new script
./scripts/create-new.sh -t go -n TwoSum
- Requires Node/npm
npm install -g ts-node typescript '@types/node'
ts-node typescript.ts
- Requires go
go run go.go