depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deepmind
/
part_two
/
reverse-string-in-place.ts
blob: 628b95a6bf91d8d4fcc86f314242391a3b1dfe83 (
plain
) (
blame
)
1
2
3
4
5
6
function
main
(x
:
number
) {
console
.
log
(x
+
1
);
console
.
log
(
"Hello, world."
);
}
main
(
10
);