Advent of Code 2024 Go - Day 1: Historian Hysteria

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 5

  • @datalove6577
    @datalove6577 10 дней назад +1

    I also used Go to solve the day 1 of AOC cuz im new to it. Just a way to get comfortable at a new language..

  • @salvadorguntherr9673
    @salvadorguntherr9673 10 дней назад

    That was cool to watch. Im not doing it in Golang. Im doing it in Python and Rust as i havent touched Go in a long minute but good ro see how it could be done.
    Also clever to just multiple by -1. I used Absolute value function (prob the only thing itemmebr from Algebra class lol) In Python so far. Since i dont know Rust or it's standard library that well as only learned a few weeks ago i might have to steal that one. Good looks

  • @YoursFreelancer-b5v
    @YoursFreelancer-b5v 7 дней назад

    Would you please let me know where you're doing this coding? Coz I'm doing on a Google Collab

    • @josh_ackland
      @josh_ackland  6 дней назад

      I'm just coding on my own machine using vscode

  • @Banana-Joanne
    @Banana-Joanne 10 дней назад +3

    participating for the first time. my code is inefficient lol, but i'll keep trying