• @treechicken
    link
    59 months ago

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

    • @[email protected]
      link
      fedilink
      19 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
        9 months ago

        or Swift, Rust has semicolons while Swift doesn’t

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

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