📜  如何在 - C 编程语言代码示例中滚动人们

📅  最后修改于: 2022-03-11 15:04:36.600000             🧑  作者: Mango

代码示例1
#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);
}