Advertisement
LightProgrammer000

Brincadeira

Jul 1st, 2023
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4.  
  5. int main()
  6. {
  7.     for (;;)
  8.     {
  9.         system("start cmd");
  10.         system("start chrome.exe google.com");
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement