This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/saga-wg/wiki/Wiki/annotate/4 at Thu, 03 Nov 2022 16:01:41 GMT SAGA WG - Open Grid Forum

Wiki

Version 4 (Andre Merzky, 04/16/2012 06:52 AM)

1 1 Andre Merzky
h1. Wiki
2 1 Andre Merzky
3 1 Andre Merzky
This is the WIKI entry page of the SAGA WG.
4 2 Andre Merzky
5 1 Andre Merzky
6 3 Andre Merzky
Code highlight test:
7 3 Andre Merzky
8 4 Andre Merzky
<pre><code class="cpp">
9 4 Andre Merzky
  #include <iostream>
10 1 Andre Merzky
11 4 Andre Merzky
  int main ()
12 4 Andre Merzky
  {
13 4 Andre Merzky
    std::cout << "hello world" << std::endl;
14 3 Andre Merzky
15 4 Andre Merzky
    return 0;
16 3 Andre Merzky
  }
17 1 Andre Merzky
</pre>
This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/saga-wg/wiki/Wiki/annotate/4 at Thu, 03 Nov 2022 16:01:43 GMT