3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 09:28:46 +02:00
pbot/modules/compiler_vm/languages/server/c89.pm
2019-05-28 09:19:42 -07:00

10 lines
83 B
Perl
Executable File

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