Challenge 174 - Simple Programming
Here is my writeup solving:
Can you help me? I need to know how many lines there are where the number
of 0's is a multiple of 3 or the numbers of 1s is a multiple of 2.
Please! Here is the file:
https://mega.nz/#!7aoVEKhK!BAohJ0tfnP7bISIkbADK3qe1yNEkzjHXLKoJoKmqLys
I solve this using Go, you can see main.go
file and read the commented lines for my though process.