diff --git a/.gitignore b/.gitignore index 9491a2f..d37cec5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# Personal data for database +ToToCinema/property.properties + # User-specific files *.rsuser *.suo diff --git a/ToToCinema/Source.cpp b/ToToCinema/Source.cpp index e69de29..f7be4dd 100644 --- a/ToToCinema/Source.cpp +++ b/ToToCinema/Source.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; + +int main() { + return 0; +} \ No newline at end of file diff --git a/ToToCinema/property.propeties b/ToToCinema/property.propeties new file mode 100644 index 0000000..2355d54 --- /dev/null +++ b/ToToCinema/property.propeties @@ -0,0 +1 @@ +Do you see me? \ No newline at end of file