📅  最后修改于: 2022-03-11 15:04:36.600000             🧑  作者: Mango
#include
#include
int main(){
// name of the exe should be the name that is interesting
// so that ur friend wants to run it
printf("boom ur belu-rolled");
Sleep(2);
ShellExecute(NULL, "open", "https://youtu.be/LrL8_b3LZLM",
NULL, NULL, SW_SHOWNORMAL);
}