A simple program written in several languages for the purpose of examining these languages.
6 lines
98 B
Makefile
6 lines
98 B
Makefile
test:
|
|
python3.8 -m unittest
|
|
|
|
clean:
|
|
rm livesort_hssp/test_livesort.py livesort_hssp/livesort.py
|