cscg24-lolpython
CSCG 2024 Challenge 'Can I Haz Lolpython?'
git clone
https://git.sinitax.com/sinitax/cscg24-lolpython
Log
|
Files
|
Refs
|
sfeed.txt
cleanup.sh (40B)
1
#!/bin/sh
2
3
rm -f *~ *.pyc *.dif *.out
4