Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C

Name: Anonymous 2011-07-20 4:17

I'm sick of seeing the children here posting about their lisps and their pythons and what not.

Let's have a thread for a manly programming language for men like C.

Name: Anonymous 2011-07-22 17:00

>>27

#include <stdio.h>

#include <ooc/ooc.h>
#include <ooc/util/TreeMap.h>

int main(void) {
  var myMap __attrib_local = new(TreeMap());

  Map.put(myMap, "Sussman", "God");
  Map.put(myMap, "You",     "Interesting");
  Map.put(myMap, "Me",      "Conjurer of Spells");

  printf("Sussman -> %s\n",
         Map.get(myMap, "Sussman"));

  return 0;
}

Newer Posts