mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2025-12-08 04:05:04 +00:00
updates
This commit is contained in:
5
snippets/sum.ts
Normal file
5
snippets/sum.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
function add(a: number, b: number) {
|
||||
return a + b
|
||||
}
|
||||
|
||||
const c = add(1, 2) // 3
|
||||
Reference in New Issue
Block a user