Help:Programming Example Prototypes: Difference between revisions

Added highlighted code example
(Using Template:Libheader, instead of Template:Library)
(Added highlighted code example)
Line 171:
Notice how each line begins with at least one space.
Multiple spaces are fine; Please use proper indentation in your code.
=={{header|Your Language Here}}==
<c>int main(){
printf("this is highlighted code");
printf("there is no need for spaces at the start of lines");
return 0;
}</c>
Anonymous user