#include <stdio.h>
int main(void){
printf("Hello, World!")
return 0;
}
I like typing the "Hello World" program on my computer and learning about computers and possibly making communication better for others.
#include <stdio.h>
int main(void){
printf("Hello, World!")
return 0;
}
I like typing the "Hello World" program on my computer and learning about computers and possibly making communication better for others.