NBuild init project

This commit is contained in:
zyppe 2024-09-27 15:45:41 +08:00
commit 24e3c9cfc4
9 changed files with 592 additions and 0 deletions

8
lib/NBuild/nbuild-vm Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/perl
package NBuild;
use strict;
use warnings;
use v5.10;
1;