mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-22 18:52:40 +01:00
This commit is contained in:
parent
b11722492a
commit
6e40033e92
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user