@@ -0,0 +1,11 @@
namespace CPUSimulation
{
public class MC
string _name;
public MC(string name)
_name = name;
}
The note is not visible to the blocked user.