Add rust and perl
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
fn main() {
|
||||||
|
for i in 0..6 {
|
||||||
|
println!("Hello world, {}", i);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
Language,Time (ms)
|
Language,Time (ms)
|
||||||
C,1
|
C,1
|
||||||
|
Rust,1
|
||||||
POSIX Shell,1
|
POSIX Shell,1
|
||||||
Bash,2
|
Bash,2
|
||||||
|
Perl,2
|
||||||
Python,10
|
Python,10
|
||||||
Go build,1
|
Go build,1
|
||||||
Go run,92
|
Go run,92
|
||||||
|
|||||||
|
Reference in New Issue
Block a user