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/7 at Thu, 03 Nov 2022 16:01:29 GMT SAGA WG - Open Grid Forum

Wiki

Version 7 (Andre Merzky, 04/16/2012 05:00 PM)

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 7 Andre Merzky
mail notification test ;-)
6 1 Andre Merzky
7 3 Andre Merzky
Code highlight test:
8 3 Andre Merzky
9 4 Andre Merzky
<pre><code class="cpp">
10 4 Andre Merzky
  #include <iostream>
11 1 Andre Merzky
12 4 Andre Merzky
  int main ()
13 4 Andre Merzky
  {
14 4 Andre Merzky
    std::cout << "hello world" << std::endl;
15 3 Andre Merzky
16 4 Andre Merzky
    return 0;
17 3 Andre Merzky
  }
18 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/7 at Thu, 03 Nov 2022 16:01:31 GMT