3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-11 03:50:53 +01:00

10 lines
83 B
Perl
Raw Normal View History

2015-04-05 02:30:42 -07:00
#!/usr/bin/perl
use warnings;
use strict;
package cpp;
use parent '_c_base';
1;