https://github.com/sigfriedcub1990/programming-with-types-solutions
Solutions & implementations for the book Programming with Types
https://github.com/sigfriedcub1990/programming-with-types-solutions
Last synced: 3 months ago
JSON representation
Solutions & implementations for the book Programming with Types
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/programming-with-types-solutions
- Owner: sigfriedCub1990
- Created: 2024-01-01T15:11:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T15:22:33.000Z (over 1 year ago)
- Last Synced: 2025-01-15T01:43:08.611Z (4 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# programming_with_types
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.