@ -0,0 +1,3 @@
for (my $i = 0; $i < 6; $i++) {
print "Hello world, $i\n";
}
@ -0,0 +1,5 @@
fn main() {
for i in 0..6 {
println!("Hello world, {}", i);
@ -1,7 +1,9 @@
Language,Time (ms)
C,1
Rust,1
POSIX Shell,1
Bash,2
Perl,2
Python,10
Go build,1
Go run,92
The note is not visible to the blocked user.