Skip to content

The goal of the challenge was to create a program in the Ruby language that would check whether the CPF entered by the user is valid or invalid.

Notifications You must be signed in to change notification settings

GustavoWustemberg/DesafioRubyDIO-ValidadorCPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesafioRubyDIO

The objective of the challenge was to create a program in the Ruby language that would check whether the CPF entered by the user is valid or invalid.

Didactics:

You need to create a query program for the user's CPF. your code need to use a special library to know if the numbers that the user typed are from a real CPF.

Usage example

Instalation

bundle install

Or if you prefer to do the installation manually:

gem install cpf_cnpj

Important Links

Challenge link

About

The goal of the challenge was to create a program in the Ruby language that would check whether the CPF entered by the user is valid or invalid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages