Difference between revisions of "MediaWiki:Sitenotice"
Jump to navigation
Jump to search
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | Please note that Syntax Highlighting is now enable on the OpenGL Pubic Wiki. | ||
+ | <source lang="c"> | ||
+ | #include <stdio.h> | ||
+ | |||
+ | main() | ||
+ | { | ||
+ | for(;;) | ||
+ | { | ||
+ | printf ("Hello World!\n"); | ||
+ | } | ||
+ | } | ||
+ | </source> |
Revision as of 15:18, 4 December 2009
Please note that Syntax Highlighting is now enable on the OpenGL Pubic Wiki.
#include <stdio.h>
main()
{
for(;;)
{
printf ("Hello World!\n");
}
}