Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnelson/cassidoo
Solutions to Cassidoo's interview questions
https://github.com/rnelson/cassidoo
Last synced: 12 days ago
JSON representation
Solutions to Cassidoo's interview questions
- Host: GitHub
- URL: https://github.com/rnelson/cassidoo
- Owner: rnelson
- License: mit
- Created: 2024-08-05T14:50:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:06:29.000Z (23 days ago)
- Last Synced: 2024-12-30T19:18:24.086Z (23 days ago)
- Language: C#
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassidoo Solutions
![Build status](https://github.com/rnelson/Cassidoo/actions/workflows/dotnet.yml/badge.svg) ![GitHub License](https://img.shields.io/github/license/rnelson/Cassidoo)
## About
I wanted to simplify participating in the weekly interview questions by having a single solution that's all set up for me to work from. This is that solution.## Requirements
+ .NET 8
+ `ksh` to run ([oksh](https://github.com/ibara/oksh) recommended)## Usage
1. Run a specific test with `./test.sh ` (e.g., `./test.sh Tests20240805`)## License
This project is released under the [MIT License](http://rnelson.mit-license.org).