« Previous -
Version 3/15
(diff) -
Next » -
Current version
Andre Merzky, 04/16/2012 06:51 AM
Wiki¶
This is the WIKI entry page of the SAGA WG.
Code highlight test:
1
2 #!/usr/bin/perl -w
3
4 BEGIN {
5 use strict;
6 }
7
8 print "hello world\n";
9