21Aug/110
Testing, testing testing
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;
}
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;
}