first commit
This commit is contained in:
11
difference-of-squares/src/difference_of_squares.gleam
Normal file
11
difference-of-squares/src/difference_of_squares.gleam
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user