Delete cm.c

This commit is contained in:
Evan Su 2021-03-25 18:06:12 -04:00 committed by GitHub
parent a9bdc5e55a
commit 4b66acc908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#include <iostream>
#include <Windows.h>
int main(int argc,char *argv[]){
::ShowWindow(::GetConsoleWindow(), SW_SHOW);
std::system((std::string("cd picocrypt && start.vbs \"")+argv[1]+"\"").c_str());
}