Go Fish/C++: Difference between revisions

Content added Content deleted
m (Sigh)
m (Fixed syntax highlighting.)
 
Line 11: Line 11:


<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
<lang cpp>
<syntaxhighlight lang="cpp">
#include <time.h>
#include <time.h>
#include <map>
#include <map>
Line 314: Line 314:
return 0;
return 0;
}
}
</syntaxhighlight>
</lang>