hello world in C #29
Replies: 1 comment
-
#include<stdio.h>
int main(){
printf("Hello world");
return 0;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello world in C
Beta Was this translation helpful? Give feedback.
All reactions