Skip to content

Commit ddc088d

Browse files
timecrime added some notes for testing PoC.
1 parent b575218 commit ddc088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timecrime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,4 +681,4 @@ double median(double *arr, int n) {
681681
}
682682
if (n % 2 == 0) return (arr[n/2 - 1] + arr[n/2]) / 2.0;
683683
else return arr[n/2];
684-
}
684+
}

0 commit comments

Comments
 (0)