C with classes
This commit is contained in:
10
C/BasicSyntax/Untitled-1.c
Normal file
10
C/BasicSyntax/Untitled-1.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(){
|
||||
char n[200];
|
||||
getline(n);
|
||||
printf("Hello, world %s",n);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user