3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 09:28:46 +02:00
pbot/modules/compiler_vm/languages/server/freebasic.pm

10 lines
89 B
Perl
Raw Normal View History

2015-04-05 11:31:09 +02:00
#!/usr/bin/perl
use warnings;
use strict;
package freebasic;
use parent '_c_base';
1;