This website requires JavaScript.
Explore
Help
Sign in
lauchmelder
/
lauchpioos
Watch
1
Star
0
Fork
You've already forked lauchpioos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bf0bd7cc16
lauchpioos
/
index.ts
6 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
initial commit
2021-11-25 20:56:15 +01:00
function
sum
(
a
:
number
,
b
:
number
)
{
return
a
+
b
;
}
changed example
2021-11-25 22:06:50 +01:00
console
.
log
(
sum
(
420
,
69
)
)
;
Reference in a new issue
Copy permalink