3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 09:58:42 +02:00
pbot/modules/compiler_vm/languages/server/qbasic.pm

10 lines
86 B
Perl
Raw Normal View History

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