jonloureiro / problems-and-contests

πŸ—„πŸ‘¨β€πŸ’» My repository for URI Online Judge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems and Contests

My repository for URI Online Judge.

Usage

* Need the pwd command in your shell.

# using my container on the dockerhub (jonloureiro/problems-and-contests)
docker run --rm -v $(pwd):/node jonloureiro/problems-and-contests <folder-name>

# example
docker run --rm -v $(pwd):/node jonloureiro/problems-and-contests 1001

# building your image
docker build -t <image-name> .
  1. Create a folder <folder-name>
  2. Create an index.js inside the folder
  3. Create test files with the name ending in .txt
  4. Run the docker passing the <folder-name> how arg

Look at some folder as an example.

About

πŸ—„πŸ‘¨β€πŸ’» My repository for URI Online Judge

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.9%Language:Dockerfile 17.1%Language:Shell 5.0%