Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 713 Bytes

ECE250 Test Cases

This repo contains crowdsourced testcases for the ECE250 programming labs

Usage

There isn't an elaborate script or anything right now to retrieve various test cases. In the meantime you can just use wget with the raw github file links.

wget https://raw.githubusercontent.com/ecesociety/ECE250-test-cases/master/LAB_NAME/COLLECTION/TEST_FILE.in

Contributing

Simply make a pull request with your test cases organized in a folder with a little README explaining what these test cases check for

README.md
LAB_1/
    collection_1/
        README.md
        test_1.in
        test_2.in
    collection_2/
        README.md
        test_1.in
        test_2.in