This commit is contained in:
TinyAtoms 2019-05-20 19:48:41 -03:00
commit 485d1c772f
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;
}