3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-10 19:40:56 +01:00
2019-05-28 09:19:42 -07:00

10 lines
85 B
Perl
Executable File

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