Wiki
Version 3 (Andre Merzky, 04/16/2012 06:51 AM) → Version 4/15 (Andre Merzky, 04/16/2012 06:52 AM)
h1. Wiki
This is the WIKI entry page of the SAGA WG.
Code highlight test:
<pre><code class="cpp">
#include <iostream> class="perl">
int main ()
#!/usr/bin/perl -w
BEGIN {
std::cout << "hello world" << std::endl;
return 0; use strict;
}
print "hello world\n";
</pre>
This is the WIKI entry page of the SAGA WG.
Code highlight test:
<pre><code class="cpp">
#include <iostream> class="perl">
int main ()
#!/usr/bin/perl -w
BEGIN {
std::cout << "hello world" << std::endl;
return 0; use strict;
}
print "hello world\n";
</pre>