diff --git a/HelloWorld.c b/HelloWorld.c new file mode 100644 index 0000000..06e38d8 --- /dev/null +++ b/HelloWorld.c @@ -0,0 +1,5 @@ +#include +int main() +{ + printf("Hello world"); +} \ No newline at end of file diff --git a/README.md b/README.md index f82a7ca..f4e384e 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# MY-WORK \ No newline at end of file +# MY-WORK +//nice work bro \ No newline at end of file