Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 917 Bytes

README_en.md

File metadata and controls

33 lines (21 loc) · 917 Bytes

Dirlididi Wrapper

Leia essa página em português

A CLI wrapper to assist in the use of dirlididi tool.

Prerequisites

  • Python 3

Installing

You need to run the command below to install. Don't forget to to replace <TOKEN> for the given token on dirlididi without <>.

$ wget https://raw.githubusercontent.com/JoseRenan/dirlididi-wrapper/master/dirlididi-wrapper.py && (python dirlididi-wrapper.py -i <TOKEN>; rm dirlididi-wrapper.py)
$ bash

Submitting the code

To submit the solution of dirlididi problems you only need to tell the problem token, the executable and the solution source code, as is shown below:

$ dirlididi -s <problem_token> <exec> <source>

Updating

To update the dirlididi-wrapper version, you only need to run the command below:

$ dirlididi -u