Difference between revisions of "Bioinformatics"

From Compendium of Cancer Genome Aberrations
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>

Latest revision as of 08:07, 13 February 2016

print "hello world!\n"