push to solutions branch

This commit is contained in:
Asad Ali 2023-05-31 15:30:20 +05:00
parent 3f2302d526
commit 753c153441

View File

@ -1,6 +1,7 @@
// functions5.rs
// Execute `rustlings hint functions5` or use the `hint` watch subcommand for a hint.
// Functions Exercise is completed
fn main() {
let answer = square(3);