Hello World C
This commit is contained in:
parent
d47a243bf3
commit
9a7ad8edc5
|
@ -1,5 +1,4 @@
|
|||
//compiles and runs successfully
|
||||
#include<stdio.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World!\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user