{"css":"","js":"function sum(arr) {
	var s = 0;
	for(let i = 0;i < arr.length;i++){
	s += arr[i];
}
	return s;
}","html":"","libs":[]}