about summary refs log blame commit diff
path: root/deepmind/part_two/reverse-string-in-place.ts
blob: 628b95a6bf91d8d4fcc86f314242391a3b1dfe83 (plain) (tree)
1
2
3
4
5
6





                               
function main(x: number) {
  console.log(x + 1);
  console.log("Hello, world.");
}

main(10);