Skip to content

DigitVE/btcbit-transposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BtcBit Transposition task

Installation

docker run --rm --interactive --tty \
--volume $PWD:/app \
composer install

Usage

docker run -it --rm --volume $PWD:/app php:8.3-cli bash
php /app/index.php -3 < /app/tests/data/test1.json
php /app/index.php -1 < /app/tests/data/test2.json
php /app/index.php 1 < /app/tests/data/test3.json

Tests

docker run --rm --interactive --tty \
--volume $PWD:/app \
php:8.3-cli ./app/vendor/bin/phpunit app/tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages