Skip to content
View zhrfrd's full-sized avatar

Block or report zhrfrd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Adventure2 Public

    Java

  2. faridzouheir Public

    HTML

  3. ParticleLife Public

    A simple life simulation using particles repulsion and attraction forces

    Java

  4. Java Testing with JUnit (Introduction)
    1
    # Java Testing with JUnit (Introduction)
    2
    This quick guide explains how to set up JUnit in IntelliJ and demonstrates its usage with few examples. Additionally, I've included the key resources I've used, and continue to use, to learn Java testing with JUnit.
    3
    
                  
    4
    ## 1. Create a project
    5
    This quide summarize how to set up the project using **Maven** and **Gradle** build tool**: