[Rust Programming] Advent of Code 2024 - Day 3 - Mull It Over

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

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

  • @stretch8390
    @stretch8390 Месяц назад +2

    Doing this years aoc in rust has been difficult enough for me to wave the white flag already :'D

    • @UncleScientist
      @UncleScientist  Месяц назад +1

      hopefully you'll keep going with a different language!

    • @salvadorguntherr9673
      @salvadorguntherr9673 Месяц назад +1

      Don't feel bad I ended up so far behind because of the dang math concepts I don't understand. Lol. I saved my failures. Even in them I'm leaning more about how to use Rust. Horrible language when u don't have a repl btw.

    • @stretch8390
      @stretch8390 Месяц назад +1

      @@salvadorguntherr9673 I'm still working on Day 3 in Rust as I think it's worthwhile to push through but I definitely can't keep up with the days as they release. How about you?

  • @stretch8390
    @stretch8390 Месяц назад

    A few questions if you wouldn't mind - how do you get the drop down options at 9:36? I've recently swapped to nvim but only have rust-analyzer going currently. Secondly, is your project structure something you arrived at after trial and error?

    • @UncleScientist
      @UncleScientist  Месяц назад

      I started with togglebit's setup - github.com/togglebyte/nvim - and tweaked things from there.
      With that setup, I can press ^X^O for code completion when in insert mode, and it'll complete the identifier, or bring up that list like at 9:36