HTMLify
Home
Log in
Register
Dashboard
Frames
API
LeetCode - Add Two Integers - Scala
Views: 279 | Author:
abh
object
Solution
{
def
sum
(
num1
:
Int
,
num2
:
Int
):
Int
=
{
return
num1
+
num2
;
}
}
Run >
Plaintext
Share this file:
Copy
Short Link
View Raw
Download File
(100 B)
Embed Code
Clone
Comments
abh
2023-11-02 07:14
My first ever code written in Scala :)
@abh/lc/2235.rb
- My solution for this problem in Ruby (first code)
Reply(Mention)
Comment