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
Actions
Packages
Projects
Releases
Wiki
Activity
c1860ca13d
lauchpioos
/
index.ts
6 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
initial commit
2021-11-25 19:56:15 +00:00
function
sum
(
a
:
number
,
b
:
number
)
{
return
a
+
b
;
}
test 123
2021-11-25 20:22:00 +00:00
console
.
log
(
sum
(
2
,
3
)
)
;
Reference in a new issue
Copy permalink