Skip to content
View maripasa's full-sized avatar
🌙
Trying
🌙
Trying

Block or report maripasa

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
maripasa/README.md
func start() error {
	studying := []string{
		"Go",
		"Rust",
		"Embedded systems",
		"C",
		"Python",
		"Godot for Game Development",
	}
	return errors.New("nothing can happen until you swing the bat")
}

Pinned Loading

  1. advent-of-code-2024 advent-of-code-2024 Public

    My advent of code's code for advent of code 2024

    Go 2

  2. PatternExtractor PatternExtractor Public

    Programming Lab 2023-2 AI project organized by IFCE Professor Daniel Ferreira.

    C

  3. robotframework-tutorial robotframework-tutorial Public

    Tutorial para o ensino te testes no QA

    2

  4. simplex simplex Public

    Collection of code I made to learn Linear Algebra and Linear Programming.

    Python