Skip to content
    function summ(a,b){
				return a+b;
			}   
            
                    
        
    function Code(a,b){
				return a+b;
			}