Add a fictional cipher from "supergirl"

This commit is contained in:
zontreck 2024-07-27 02:27:08 -07:00
parent 1525640d19
commit c789219481
6 changed files with 105 additions and 2 deletions

1
Jenkinsfile vendored
View file

@ -40,6 +40,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: "*.tgz", fingerprint: true
archiveArtifacts artifacts: "out/*.bin", fingerprint: true
deleteDir()
}
}