Advent of Code 2023 Day 2: Cube Conundrum in C# ✅✅

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • My solution to the Day 2 puzzles of Advent of Code 2023 in C#
    All source code is available at github.com/MartinZikmund/adve...
    For the ChatGPT version check this video - • ChatGPT vs. Advent of ...
    Contents:
    0:00 - Intro
    0:11 - Part 1 - Problem
    3:22 - Part 1 - Solution
    13:00 - Part 2 - Problem
    14:41 - Part 2 - Solution
  • Věda a technologie

Komentáře • 3

  • @charlesbcraig
    @charlesbcraig Před 6 měsíci +1

    I see you brought out the good lighting today :D

  • @cheeseparis1
    @cheeseparis1 Před 6 měsíci

    And now lets put ChatGpt to the test!
    why not outputting your result in the "output" field rather than in a file?

    • @mzikmund
      @mzikmund  Před 6 měsíci +1

      Good question 🤔🤔🤔 . I could just output it in the console output indeed 👀!