Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] Solution implemented with Java, Ruby and Haskell #221

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 25, 2024

  1. [INIT] code base

    Bltzz committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a61b586 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. [ADD] Java solution 1-3

    # Bltzz solution
    
    The implementation is a Maven Project, with an automated build.
    
    ### Build
    ```cmd
    cd /path/to/file-io/submissions/Bltzz
    mvn clean install
    
    move target\Analyzer-jar-with-dependencies.jar Analyzer.jar
    ```
    
    ### Usage
    
    ```cmd
    cd /path/to/file-io/submissions/Bltzz
    
    java -jar Analyzer.jar --column [theNameOfTheCSVColumnYouWantToCountForSolution3]
    
    ```
    Bltzz committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    16328bd View commit details
    Browse the repository at this point in the history
  2. [ADD] Ruby solution for 1-3

    ### Usage
    
    ```cmd
    cd /path/to/file-io/submissions/Bltzz/Ruby
    
    ruby solution.rb [theNameOfTheCSVColumnYouWantToCountForSolution3]
    
    ```
    Bltzz committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8adc6b7 View commit details
    Browse the repository at this point in the history
  3. [FIX] typo

    Bltzz committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e0915f4 View commit details
    Browse the repository at this point in the history
  4. [FIX] Java readme

    adjust build path
    Bltzz committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cd5b0bd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [ADD] Haskell Solution

    Rebuild the ruby logic...
    
    that was fun 😄
    Bltzz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ac1c666 View commit details
    Browse the repository at this point in the history