nise-nabe / fastio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastio

This library use for programming contest.

Installation

go get github.com/nise-nabe/fastio

Usage Exapmle

s := fastio.NewInOut(os.Stdin, os.Stdout)
n := s.Next()
s.Println("Hello, World! ", n)
s.Flush()

License

The BSD 2-Clause License

Thanks

bobjones55

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%