https://github.com/federicoponzi/bina
Bina programming language
https://github.com/federicoponzi/bina
Last synced: over 1 year ago
JSON representation
Bina programming language
- Host: GitHub
- URL: https://github.com/federicoponzi/bina
- Owner: FedericoPonzi
- Created: 2023-12-01T22:47:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T22:48:31.000Z (over 2 years ago)
- Last Synced: 2025-01-29T13:12:09.335Z (over 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bina programming language
A simple programming language implemented specifically to solve day 1 (star 1) of advent of code 2023.
The program is day1.bina, you can run it using:
```
cargo run -- day1.bina
```