Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).