3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-04-26 17:57:55 +02:00
2015-04-05 02:31:09 -07:00

10 lines
89 B
Perl
Executable File

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