[![Build Status](https://travis-ci.org/titsuki/p6-App-AizuOnlineJudge.svg?branch=master)](https://travis-ci.org/titsuki/p6-App-AizuOnlineJudge)

NAME
====

App::AizuOnlineJudge - a perl6 implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).

SYNOPSIS
========

    $ aoj --code=../AOJ/ITP1/ITP1_1_A.scala --problem-number=A --lesson-id=ITP1_1 --user=perl6isfun --language=Scala submit
    $ aoj --code=../AOJ/Volume_00/0000_QQ.cpp --problem-number=0000 --user=perl6isfun --language=C++ submit

DESCRIPTION
===========

App::AizuOnlineJudge is a perl6 implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).

AUTHOR
======

titsuki <titsuki@cpan.org>

COPYRIGHT AND LICENSE
=====================

Copyright 2016 titsuki

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.