Update source
parent
2c29c46d25
commit
fac9d8ff27
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#include<iostream>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
Do you see me?
|
Loading…
Reference in New Issue