Skip to content
View ThomasGoetzmann's full-sized avatar
🦄
🦄
  • Sfeir
  • Strasbourg

Organizations

@Sfeir

Block or report ThomasGoetzmann

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. AdventOfCode2021 AdventOfCode2021 Public

    3rd year trying F# for AdventOfCode

    F#

  2. AdventOfCode2020 AdventOfCode2020 Public

    Second year of learning F# by participating in the AdventOfCode

    F#

  3. code4life code4life Public

    Codingame.com Code4Life solution

    C#

  4. Different Types of Unit Testing Different Types of Unit Testing
    1
    public class Car 
    2
    {
    3
      private IEngine _engine;
    4
    
                  
    5
      public Car (IEngine engine) { _engine = engine; }
  5. dotnet-tests dotnet-tests Public

  6. dotnet-tests-code dotnet-tests-code Public

    C#