Skip to content
View viniciusao's full-sized avatar
🙃
🙃
Block or Report

Block or report viniciusao

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

  1. interview_tests-testes_entrevistas interview_tests-testes_entrevistas Public

    2022 | Tests: 3 | Feedback: Approved (2) && None (1)

  2. Common programming concepts in rust ... Common programming concepts in rust (The book).
    1
    // Some points that made me surprised:
    2
    // - Variable's states: mutability and immutability.
    3
    // - Strong typing.
    4
    // - Statements and expressions, e.g. syntactic scope is an expression.
    5
    // - Loop labels and break as an expression.