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: 48,257,250 | 0 users online. | 43 guests | 23 bots
Birthdays today: |
03-21-26, 03:31 am |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StarLand |
Sample post
|
Red GoombaThis 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!"); } |