diff --git a/C++/.gitignore b/C++/.gitignore index d6b7ef3..c8a9d02 100644 --- a/C++/.gitignore +++ b/C++/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/C/.gitignore b/C/.gitignore index d6b7ef3..c8a9d02 100644 --- a/C/.gitignore +++ b/C/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/C/57.txt b/C/57.txt new file mode 100644 index 0000000..6ec388a --- /dev/null +++ b/C/57.txt @@ -0,0 +1,7 @@ +#include +int main() +{ + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0; +} \ No newline at end of file diff --git a/HTML/.gitignore b/HTML/.gitignore index d6b7ef3..c8a9d02 100644 --- a/HTML/.gitignore +++ b/HTML/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/Java/.gitignore b/Java/.gitignore index d6b7ef3..c8a9d02 100644 --- a/Java/.gitignore +++ b/Java/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/Java/New Text Document.txt b/Java/New Text Document.txt new file mode 100644 index 0000000..e69de29 diff --git a/JavaScript/.gitignore b/JavaScript/.gitignore index d6b7ef3..c8a9d02 100644 --- a/JavaScript/.gitignore +++ b/JavaScript/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/Python/.gitignore b/Python/.gitignore index d6b7ef3..c8a9d02 100644 --- a/Python/.gitignore +++ b/Python/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore