Help:Programming Example Prototypes: Difference between revisions

Added works with, lang tags
(use Template:Library)
(Added works with, lang tags)
 
(2 intermediate revisions by 2 users not shown)
Line 12:
[[Category:Your Compiler Here]]
 
{{librarylibheader|Your Library Here}}
 
Some code.
Line 30:
[[Category:Your Compiler Here]]
 
{{librarylibheader|Your Library Here}}
 
Some code.
Line 44:
[[Category:Your Interpreter Here]]
 
{{librarylibheader|Your Library Here}}
 
Some code.
Line 62:
[[Category:Your Interpreter Here]]
 
{{librarylibheader|Your Library Here}}
 
Some code.
Line 129:
 
=={{header|Your Language Here}}==
{{librarylibheader|Your Library Here}}
 
Some code.
Line 144:
 
=={{header|Your Language Here}}==
{{librarylibheader|Your Library Here}}
 
Some code.
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}}==
<lang c>int main(){
printf("this is highlighted code");
printf("there is no need for spaces at the start of lines");
return 0;
}</lang>
=={{header|Your Language Here}}==
{{works with|library/compiler/interpreter|Version Number}}
<lang c>int main(){
printf("this is highlighted code");
printf("there is no need for spaces at the start of lines");
return 0;
</lang>
Anonymous user