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

dec(int x)1 int dec(int x) {
2   return x + 1;
3 }
4