hello this is a code test

Code:
#include <stdio.h>

int main(){

printf("this is a test\n");

return 0;

}