Difference between revisions of "Bioinformatics"
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
Line 1: | Line 1: | ||
<code> | <code> | ||
+ | #!/usr/bin/perl | ||
print "hello world!\n" | print "hello world!\n" | ||
</code> | </code> |
Revision as of 08:07, 13 February 2016
- !/usr/bin/perl
print "hello world!\n"