This shows you the differences between two versions of the page.
Last revision Both sides next revision | |||
cs-142:simple-pig-latin [2015/01/07 08:55] ryancha created |
cs-142:simple-pig-latin [2015/01/07 08:56] ryancha |
||
---|---|---|---|
Line 76: | Line 76: | ||
you! | you! | ||
- | <syntaxhighlight lang="cpp" line="GESHI_FANCY_LINE_NUMBERS"> | + | <code cpp> |
#include <iostream> | #include <iostream> | ||
#include <string> | #include <string> | ||
Line 89: | Line 89: | ||
return 0; | return 0; | ||
} | } | ||
- | </syntaxhighlight> | + | </code> |
=Think before programming= | =Think before programming= |