This commit is contained in:
Samantha 2026-02-24 14:49:16 -05:00
commit fe78a4129a

View file

@ -434,5 +434,5 @@ func TestChallenge_hasMatchingRecord(t *testing.T) {
}
}
// TODO(ldez) factorize
// TODO(ldez) factorize.
func Pointer[T any](v T) *T { return &v }