Advent of Code 2024 Go - Day 1: Historian Hysteria

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 3

  • @datalove6577
    @datalove6577 2 дні тому +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 2 дні тому

    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

  • @Banana-Joanne
    @Banana-Joanne 2 дні тому +3

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