Skip to content

local-judge-tools tests your code with test cases and helps you code

License

Notifications You must be signed in to change notification settings

jugesuke/local-judge-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-judge-tools

Feature

ローカルで動く、競プロライクなジャッジシステムです。

Setup

マシンに直接インストールする場合

  1. このリポジトリをCloneする

  2. testcases/dataにテストケースを入れる

  3. installする

    通常版を利用する場合は、

    go install ./cmd/lj
    

    tiny版を利用する場合は、

    go install ./cmd/tiny-lj
    

実行ファイルを自分で設置する場合

  1. このリポジトリをCloneする

  2. testcases/dataにテストケースを入れる

  3. ビルドする

    通常版を利用する場合は、

    go build ./cmd/lj
    

    tiny版を利用する場合は、

    go build ./cmd/tiny-lj
    
  4. お好きな、pathの通ったディレクトリに配置する

About

local-judge-tools tests your code with test cases and helps you code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages