This commit is contained in:
Pragmatic Software 2010-04-05 11:36:19 +00:00
parent b11722492a
commit 6e40033e92
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use HTML::FormatText;
my @languages = qw/C C++ D Haskell Lua OCaml PHP Perl Python Ruby Scheme Tcl/;
my %preludes = ( 'C' => "#include <stdio.h>\n#include <stdlib.h>\n#include <string.h>\n",
'C++' => "#include <iostream>\n",
'C++' => "#include <iostream>\n#include <cstdio>\n",
);
if($#ARGV <= 0) {