forked from AP-CT/Shoppe-Manne
13 lines
91 B
C++
13 lines
91 B
C++
|
#include<iostream>
|
||
|
|
||
|
class item{
|
||
|
private:
|
||
|
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|
||
|
int main(){
|
||
|
|
||
|
return 0;
|
||
|
}
|