• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

add1(int a)1 int add1(int a) { return a + 1; }
2