From f302a8930501e2e74c6725c5df6423b849748e63 Mon Sep 17 00:00:00 2001 From: Danzan Date: Wed, 31 Jan 2024 14:24:22 +0200 Subject: [PATCH] Update --- .gitignore | 3 --- ToToCinema/Source.cpp | 3 ++- ToToCinema/property.propeties | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 ToToCinema/property.propeties diff --git a/.gitignore b/.gitignore index d37cec5..9491a2f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,6 @@ ## ## 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 f7be4dd..aa605b7 100644 --- a/ToToCinema/Source.cpp +++ b/ToToCinema/Source.cpp @@ -1,6 +1,7 @@ -#include +#include using namespace std; int main() { + // Need properties zamenitel return 0; } \ No newline at end of file diff --git a/ToToCinema/property.propeties b/ToToCinema/property.propeties deleted file mode 100644 index 2355d54..0000000 --- a/ToToCinema/property.propeties +++ /dev/null @@ -1 +0,0 @@ -Do you see me? \ No newline at end of file