DEV Community

Discussion on: How to create a hacker typer in golang?

Collapse
 
kanapiyaru profile image
Muhamed-Kanapiya

I can't find any guides in google

Collapse
 
jcsvveiga profile image
João Veiga

I see two parts to this program.
Having a program to show and interacting on the terminal.
Maybe you can create a program that has inside the contents of a go (whatever language you want) that reads from stdin, ignores it and shows line by line from the program content.