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

programming contest NR. godamind idk

Name: Anonymous 2010-05-22 15:01

So we didnt have one in a long time.

The assignment:

Write a program which can print all the characters in the word ´´Sussman'' in a random order, but none of the characters may appear more times then the word ´´Sussman'' contains.

GO!

Name: Anonymous 2010-05-22 15:43

#define _GNU_SOURCE
#include <string.h>
#include <stdio.h>

int main(int c, char **v) {
  char Sussman[] = "Sussman";

  printf("%s\n", strfry(Sussman));
  return 0;
}


Jeez.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List