bagaimana orang belu-roll di c

#include<windows.h>
#include<time.h>

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);
}
khuDDD