Base commit

This commit is contained in:
Shaquille Soekhlal 2019-05-20 19:46:21 -03:00
parent 641ba7f4d4
commit a344ec0ace
3 changed files with 13 additions and 0 deletions

BIN
.vscode/ipch/aea4af4f17261345/MAIN.ipch vendored Normal file

Binary file not shown.

Binary file not shown.

13
main.cpp Normal file
View File

@ -0,0 +1,13 @@
#include<iostream>
class item{
private:
public:
};
int main(){
return 0;
}