Run id: 8070

Main.cc: In function 'int main()':
Main.cc:23:2: error: 'retrun' was not declared in this scope
  retrun 0;
  ^
Main.cc:23:9: error: expected ';' before numeric constant
  retrun 0;
         ^