upamune / submit

The easy way to submit a code to AOJ Golang command-line application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

submit - to submit a code to AOJ

Build Status

Description

ターミナルからAOJに提出できるコマンドです。提出時の言語は拡張子から自動的に決められます。 AOJのIDとパスワードを環境変数 AOJIDAOJPASS にあらかじめ登録しておく必要があります。

Usage

提出

  submit [PROBLEM NUMBER] [FILE]

問題表示

  submit show [PROBLEM NUMBER]

Same

  • submit 1 hello.cpp
  • submit 01 hello.cpp
  • submit 001 hello.cpp
  • submit 0001 hello.cpp
  • submit 0001 hello.cpp

Install

To install, use go get:

$ go get github.com/upamune/submit

Contribution

  1. Fork (https://github.com/upamune/submit/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

upamune

About

The easy way to submit a code to AOJ Golang command-line application


Languages

Language:Go 100.0%