diff --git a/code1.c b/code1.c new file mode 100644 index 0000000..6e0d541 --- /dev/null +++ b/code1.c @@ -0,0 +1,10 @@ +#include + +int main() +{ + printf("Hello World\n"); + printf("My name is Tharun Selvam K\n"); + + + return 0; +} \ No newline at end of file diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..d55273f --- /dev/null +++ b/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Hello World\n"); + return 0; +} \ No newline at end of file