Skip to content

Instantly share code, notes, and snippets.

View flpnascto's full-sized avatar
🏠
Working from home

Felipe Nascimento flpnascto

🏠
Working from home
View GitHub Profile
@flpnascto
flpnascto / cnh_verifier_digit.go
Last active January 7, 2025 19:18
cng-validate-go
// ATENTION - INVALID CODE
// This code is an attempt to create a valid calculation of a CNH verifier digit
package main
import (
"fmt"
"strconv"
)