Loops/Increment loop index within loop body: Difference between revisions

m
imported>Joeypas
imported>Joeypas
Line 5,272:
 
=={{header|zig}}==
{{trans|c}}
<syntaxhighlightingsyntaxhighlight lang="zig">const std = @import("std");
 
pub fn isPrime(n: i64) bool {
Anonymous user