Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 279 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 279 Bytes

checkio

My solutions for checkio.org

http://www.checkio.org/user/hanksudo/

# Install client
pip install checkio_client

# Set API key and path
checkio config

# Sync solutions
checkio sync

# Check solution
checkio check ${MISSION}
checkio run ${MISSION} --check