Ad
  • Custom User Avatar
  • Custom User Avatar

    @MrZizoScream: how is it that you're 5kyu now? O_o

  • Custom User Avatar

    @wfdoran

    • Thanks for posting your question but for more help you could make use of Question Lable :wink:
    • I'm not a rust Coder But I'll try to help as I can ,

    Is the checker picking up the '-' in fn tadd(x: u32, y: u32) -> u32 as a minus sign?

    • Big Yes, The Checker doesn't differentiate between minus sign of function and mathematical operations, it just scans for Char '-' , Thus the failure message had appeared, but you can take a step to prevent it which is including your foo's function body into the main function, I mean cutting your solution and pasting it into the main function add Without changing, This Will be Complied and run as success :+1:
    • Tuned to hear Your Feedback .. Regards .. Zizou