Difference between revisions of "Test page"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
| This is a capital Greek delta: Δ | This is a capital Greek delta: Δ | ||
| + | |||
| + | <syntaxhighlight lang="c"> | ||
| + | #include <stdio.h> | ||
| + | #include <stdlib.h> | ||
| + | |||
| + | int main() | ||
| + | { | ||
| + |    printf("Hello, World!\n"); | ||
| + |    return 0; | ||
| + | } | ||
| + | </syntaxhighlight> | ||
Revision as of 22:35, 22 July 2013
This is a capital Greek delta: Δ
<syntaxhighlight lang="c">
- include <stdio.h>
- include <stdlib.h>
int main() {
  printf("Hello, World!\n");
  return 0;
} </syntaxhighlight>