11
template.c
Normal file
11
template.c
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Learning C with some easy code
|
||||
* Hello World
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello world!");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user