3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 18:08:46 +02:00
pbot/modules/compiler_vm/languages/server/haskell.pm
2015-04-09 11:04:18 -07:00

10 lines
87 B
Perl
Executable File

#!/usr/bin/perl
use warnings;
use strict;
package haskell;
use parent '_c_base';
1;