From d74e468f933bd463b03ad678a0f59a9c2ee2d7ce Mon Sep 17 00:00:00 2001 From: devilcoder455 <50803154+devilcoder455@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:33:12 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8659cca..88558bf 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# c-code \ No newline at end of file + //c-code + #include + int main() + { + cout<< "hello Shubham"; + return 0; + }