Ad

Shaved off a line

Code
Diff
  • int returnhundred(){
      return 100;
    }
    • int returnhundred()
    • {
    • int returnhundred(){
    • return 100;
    • }