Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.02 KB

Find Pairs Summing

Tested on Unix based machines, using python 3.9+.

Prerequesites

Build & Requirements

  • Create a python virtualenv:
virtualenv venv
  • Activate the virtualenv:
. venv/bin/activate
  • From the root folder of this repository, execute:
make requirements

Test the app

From the root folder of this repository, execute:

make tests

Usage

From the root folder of this repository, execute (it will run over each input line defined in input.txt):

make run

Also, you could run the app passing an existing file as argument (this file must follow the same format as input.txt):

app <filename.txt>

Help and Description

Find a general description and help executing:

app --help