Some old projects i've made when i was a begginer at programming languages in general
- "dados" A dice generator
- "login" a simple login system
- "pedra papel tesoura" a simple rock paper scissor game with random choice by computer
- "69420" a silly program just to test random generator function, this program generate every number 5 digits long until gerenates exactly '69420' and print nice when this happen
- "agenda" An agenda program which save a name and number on a txt file
- "calculadora" An simple calculator by text
- "contagem regressiva" A count down system, enter 5 for exemple it will print 5,4,3,2,1...
- "criptografia" A system that changes letters by numbers, a basic encryption system.