Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube--> https://youtu.be/DRpKJEqHpvk
- void OnStart()
- {
- int ArrayParciales[100];
- for(int a=0; a<=10; a++)
- ArrayParciales[a]=a;
- for(int b=0; b<=10; b++)
- {
- Sleep(500);
- printf(ArrayParciales[b]);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment