Giter VIP home page Giter VIP logo

aoc-java-2023's Introduction

Advent of Code in Java

This is a starter project to help new programmers with using Java for solving Advent of Code puzzles.

Getting started

  1. Fork this repository
  2. Check it out to a place on your hard drive
  3. Open it up with the Java IDE of your choice, such as IntelliJ Community Edition, or Visual Studio Code.

Where to put things

  1. Create a class in src/main/java/org/tot/aoc for each day's solution, i.e. Day1.java.
  2. Create a corresponding test class in src/test/java/org/tot/aoc, i.e. Day1Test.java.
  3. Add any input files to src/test/resources.

Running the puzzles

  1. Once you've coded up your solution, run the corresponding unit test in your IDE (IntelliJ has a little play triangle to the left)
  2. For samples, you should assert the value that the puzzle gave you
  3. Run the sample input firat to make sure your code can at least solve the sample
  4. For the real solution, first assert a dummy number, like 0, in the test
  5. The test will fail, but it will tell you what the actual result was

aoc-java-2023's People

Contributors

w8wjb avatar wbustraan-gfs avatar

Stargazers

Greg King avatar

Watchers

Greg King avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.