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!");
}
|
|
StarLand |
Sample post
|
Red Goomba
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!"); } |