mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-18 09:59:37 +01:00
10 lines
79 B
Perl
10 lines
79 B
Perl
|
#!/usr/bin/perl
|
||
|
|
||
|
use warnings;
|
||
|
use strict;
|
||
|
|
||
|
package c89;
|
||
|
use parent 'c11';
|
||
|
|
||
|
1;
|