first commit

This commit is contained in:
markgerrard
2026-03-17 20:44:57 +00:00
commit e9354a7920
49 changed files with 1529 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
pub fn square_of_sum(n: Int) -> Int {
todo as "Implement this function"
}
pub fn sum_of_squares(n: Int) -> Int {
todo as "Implement this function"
}
pub fn difference(n: Int) -> Int {
todo as "Implement this function"
}