MediaWiki:Sitenotice: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Blanked the page
No edit summary
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");
      }
}