• @treechicken
      link
      54 months ago

      Guessing Go? (since no parens on the if statement)

      • @[email protected]
        link
        fedilink
        14 months ago

        Could also be rust (no parens on ifs there either), kind of hard to tell with just an if statement and some function calls

        • @paperplane
          link
          1
          edit-2
          4 months ago

          or Swift, Rust has semicolons while Swift doesn’t

          • @[email protected]
            link
            fedilink
            1
            edit-2
            4 months ago

            Oh true I didn’t realize the semicolons were missing (that’s what the compiler errors are for)