NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 50 forks source link

`Is250Bits` hint #580

Closed diegoTech14 closed 4 months ago

diegoTech14 commented 4 months ago

Resolves #569

diegoTech14 commented 4 months ago

Hey @TAdev0, could you please tell me If I have written the hint code in the correct part of the file?

Btw, thank you so much for the opportunity, I've been working on it since yesterday

MaksymMalicki commented 4 months ago

Hey @TAdev0, could you please tell me If I have written the hint code in the correct part of the file?

Btw, thank you so much for the opportunity, I've been working on it since yesterday

Hey, it looks good. Keep the good work!

diegoTech14 commented 4 months ago

Thank you sir @MaksymMalicki I've seen failing "Golangci Linting" check but I don't know why, could you bring me more info please?

diegoTech14 commented 4 months ago

Thank you sir @MaksymMalicki I've seen failing "Golangci Linting" check but I don't know why, could you tell me what's happening please?

MaksymMalicki commented 4 months ago

Thank you sir @MaksymMalicki I've seen failing "Golangci Linting" check but I don't know why, could you tell me what's happening please?

You just need to run golangci-lint run and then gofmt -w . and commit the changes. Your project is not linted. I hope this helps 🫡

diegoTech14 commented 4 months ago

Oh, thank you sir, I will do that! 😃