No modified codes have been submitted for this Microcode.
Substance trilogy - Solid
10. December 2009
10. December 2009
#!/usr/bin/perl sub match { print "match\n"; } if(<> =~ /^solid$/){ match; }