blob: 2d99b01235995ed5c254d52333737a202095eda7 [file]
sum = 0;
for x in range(0, a) {
sum = sum + x
}
sum