mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-01 01:29:31 +01:00
10 lines
85 B
Perl
10 lines
85 B
Perl
|
#!/usr/bin/perl
|
||
|
|
||
|
use warnings;
|
||
|
use strict;
|
||
|
|
||
|
package clang;
|
||
|
use parent '_c_base';
|
||
|
|
||
|
1;
|