Code viewer for Mind: Cloned Cloned New Mind

// Cloned by John Griffin on 18 Nov 2018 from Mind "Cloned New Mind" by John Griffin 
// Please leave this clone trail here.
 


// Cloned by John Griffin on 15 Nov 2018 from Mind "New Mind" by John Griffin 
// Please leave this clone trail here.
 
 
function Mind() 
{ 
	
	this.newRun = function()                  
	{
	    
	
	};


	this.getAction = function ( state )		 
	{ 
	  return ( 10 );		 		
	};

		 
	this.endRun = function()                 
	{
	};

}