User:Goodell

From Mpich2

Jump to: navigation, search

Contact Info

See: http://www.mcs.anl.gov/about/people_detail.php?id=585

MW Playground

playground for testing various mediawiki things

A B C
foo bar baz


/* a comment */
int foo(void *bar, double baz)
{
  return strlen(NULL);
}
  1. # a comment
  2. if [ $a -eq $b ] ; then
  3.   echo true!
  4. fi