Posted by Goomba
Posted by Mario
Woohoo! That's what I needed!
Well, what more could you want to know? Perhaps how to do the classic infinite loop?
while(true){
printf("Hello World!");
}
printf("Hello World!");
}
Views: 41,232,296 | 1 user online: Jamie | 17 guests | 40 bots | 10-19-25, 11:46 pm |
|
|
StarLand |
Sample post
|
![]() This isn't a blackhat forum. Take your shit elsewhere. Karma: 53 Posts: 42 Since: 04-16-14 |
This is a sample post. You probably already know what this is for.
Posted by Goomba Posted by Mario Woohoo! That's what I needed! Well, what more could you want to know? Perhaps how to do the classic infinite loop? while(true){
printf("Hello World!"); } |