Leonardo Neute
Leonardo Neute
Hi there, i've tried to change the code and then recompile the binaries, but i've come across a lot of dependencies missing errors, i've fixed a bunch of them but...
```go // Escreva expressões utilizando os seguintes operadores, e atribua seus valores a variáveis // ==, !=. >=, , < package main import ( "fmt" ) func main() { num1,...
Minha solução [Playground](https://play.golang.com/p/8mLmbPyPFUK) ```go package main import ( "fmt" ) func main() { LIMIT := 10000 counter_limit := 10 counter := 0 row := 1 printed := false ascii_start :=...