Added python project; fixed spelling of folder

This commit is contained in:
2023-09-30 16:09:14 -05:00
parent 1f23cb73d1
commit 6bf66c5916
1075 changed files with 2165 additions and 0 deletions

View File

@@ -0,0 +1 @@
java -jar DarkCrypt.jar

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#!/bin/bash
function main() {
java -jar DarkCrypt.jar
}
main;

Binary file not shown.