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,075,365 | 0 users online. | 3 guests | 23 bots
Birthdays today: RicBent (26) |
07-02-25, 03:48 am |
|
|
Hippo |
Sample post
|
Karma: 7 Posts: 12 Since: 08-27-12 |
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!"); } Put something here.
|