https://github.com/hankolsen/everybody.codes
My solutions to https://everybody.codes
https://github.com/hankolsen/everybody.codes
Last synced: about 1 month ago
JSON representation
My solutions to https://everybody.codes
- Host: GitHub
- URL: https://github.com/hankolsen/everybody.codes
- Owner: hankolsen
- Created: 2024-11-09T15:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:46:47.000Z (over 1 year ago)
- Last Synced: 2025-03-02T20:32:48.551Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# everbody.codes
My solutions to https://everybody.codes
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.34. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.