Update
parent
fac9d8ff27
commit
f302a89305
|
@ -3,9 +3,6 @@
|
||||||
##
|
##
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
# Personal data for database
|
|
||||||
ToToCinema/property.properties
|
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
*.rsuser
|
*.rsuser
|
||||||
*.suo
|
*.suo
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#include<iostream>
|
#include <iostream>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
// Need properties zamenitel
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
|
@ -1 +0,0 @@
|
||||||
Do you see me?
|
|
Loading…
Reference in New Issue