Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- main() {
- new GTC = GetTickCount();
- new i = -1;
- while(i != 500) {
- printf("%d", i++);
- }
- printf("Czas wykonania: %f", float(GetTickCount() - GTC));
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement