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