diff --git a/README.md b/README.md index 1b9f6f6..e4ab50c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # codesnatchers -Here we are going to snatch some codes from stackoverflow. + +#include + +int main() +{ + printf("Hello from, Samiksha!!"); + return 0; +}