It is just an edit of that stupid hello world message! … what am I? a crap programmer writing my first programme >>
#include <stdio.h>
int main(void) {
int im_really_clueless;
printf(“Hello World!\n”);
return 0;
}
It is just an edit of that stupid hello world message! … what am I? a crap programmer writing my first programme >>
#include <stdio.h>
int main(void) {
int im_really_clueless;
printf(“Hello World!\n”);
return 0;
}
Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.