From fac9d8ff272c7f02a6b3b0081107aed1bc6c11ae Mon Sep 17 00:00:00 2001 From: Danzan Date: Wed, 31 Jan 2024 14:09:14 +0200 Subject: [PATCH] Update source --- .gitignore | 3 +++ ToToCinema/Source.cpp | 6 ++++++ ToToCinema/property.propeties | 1 + 3 files changed, 10 insertions(+) create mode 100644 ToToCinema/property.propeties 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