Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T15:22:33.000Z (11 months ago)
- Last Synced: 2024-01-01T16:27:16.631Z (11 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- 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.