Please dont take this seriously guys its just a dumb meme I haven’t written a single line of code in half of these languages

  • nintendiator@feddit.cl
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    9 months ago

    C:

    Problemreturn Solution;

    C++:

    Problem

    const [auto]&& (Problem&& problem) noexcept(noexcept( Solution{}(std::forward(problem)) )) { return Solution{}(std::forward(problem)); } -> decltype( Solution{}(std::forward(problem)) )