In Praise of Randomness In Defense of Pseudorandomness

21Aug/110

Testing, testing testing

Posted by Yogesh Swami

This better be good.

 

/* clang -o hello_wordpress -Wall -Wextra hello.c */
#include <stdio.h>

int main(int argc, char* argvp[]){
    printf("Hello wordpress!\n");
    return 0;
}
Filed under: Uncategorized No Comments
   

Switch to our mobile site