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: 38,137,370 | 1 user online: MarioTheModder | 3 guests | 14 bots
Birthdays today: |
07-09-25, 09:55 am |
|
|
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!"); } |