Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kzrnm/competitive.io
IO library for competitive programming
https://github.com/kzrnm/competitive.io
Last synced: about 1 month ago
JSON representation
IO library for competitive programming
- Host: GitHub
- URL: https://github.com/kzrnm/competitive.io
- Owner: kzrnm
- License: mit
- Created: 2020-12-08T15:24:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T14:52:58.000Z (about 1 year ago)
- Last Synced: 2024-11-02T00:07:29.922Z (2 months ago)
- Language: C#
- Size: 34.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Table of Contents
- [Competitive.IO](#competitiveio)
- [Status](#status)
- [Getting started](#getting-started)
- [Installation](#installation)
- [classes](#classes)# Competitive.IO
IO library for competitive programming.
Do not use this library in a production feature.
## Status
[![NuGet version (Competitive.IO)](https://img.shields.io/nuget/v/Competitive.IO.svg?style=flat-square)](https://www.nuget.org/packages/Competitive.IO/)
![build](https://github.com/kzrnm/Competitive.IO/workflows/Build-Release-Publish/badge.svg?branch=master)## Getting started
### Installation
```
Install-Package Competitive.IO
```### classes
- `Kzrnm.Competitive.IO.ConsoleWriter`
- `Kzrnm.Competitive.IO.ConsoleReader`
- `Kzrnm.Competitive.IO.PropertyConsoleReader`### SourceExpander
I recommend [SourceExpander](https://github.com/kzrnm/SourceExpander).
[SourceExpander](https://github.com/kzrnm/SourceExpander) outputs combinded source code for submitting.
## License
This library is under the MIT License. However, when you use this library in submissions of competitive programing, you can use the library under [the CC0 Lisence](https://creativecommons.org/publicdomain/zero/1.0/).