Go Fish/C++: Difference between revisions

m
Fixed syntax highlighting.
(Avoid miscounting tasks twice)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 10:
 
 
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
=={{header|C++}}==
<langsyntaxhighlight lang="cpp">
#include <time.h>
#include <map>
Line 314:
return 0;
}
</syntaxhighlight>
</lang>
9,476

edits