https://github.com/stsewd/devsucodejam-2011
https://github.com/stsewd/devsucodejam-2011
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stsewd/devsucodejam-2011
- Owner: stsewd
- Created: 2019-10-25T21:52:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T19:44:46.000Z (over 4 years ago)
- Last Synced: 2025-01-23T14:15:19.970Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains solutions to problems of the [code-jam](https://www.devsucodejam.com/) (2011) contest.
All solutions are in Rust because I'm learning Rust,
and solving problems is a funny way of learning a new language 😃.Solutions to each problem with tests are in `src/bin/{problem number}`.