Hi everyone!

Use this space to share anyt...
Hi again replers! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk posts that were made duri...
# **Rules**
Welcome!
The Replit community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to...
The rotational 13 cipher (ROT13) is a keyless shifting cipher.
It takes series of letters and shifts them forward or back by a certain number.
Rot13 i...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Go!
Here are the other approximations so far:
Swift - https:...
# Preface
I started this tutorial before the contest opened, but because of school and other complications I was only able to post it today. I hope y...
Hi everyone! I decided to learn Go, and I'm learning off of these tutorials: https://www.youtube.com/playlist?list=PLzMcBGfZo4-mtY_SE3HuzQJzuj4VlUG0q,...
How to make a package manager (for a custom language!) — Part 2: The Command-Line Tool
This is part 2 of a series on how to build a package manager. If you haven't gone through part 1, check it out [here](https://repl.it/talk/learn/How-...
Hey everyone, and welcome to a new Hackathon!
It's been a loooong month without any new Hackathon and no big challenge, so I am happy to finally anno...
## Check out my 2 weeks of hard dedication and 600 lines of backend code here PROUDLY MADE IN GOLANG:
[firstmajorprojectwithgo](https://firstmajorpro...
#WEEKLY 20, Unique Instances inside the Times Table
# Weekly 20, done in golang
Input two numbers, (SEPERATED BY A SPACE OTHERWISE SPRINTF WILL BREAK)
for example, `3 4`.
Then it'll display the table.
`...
Go testing support is awesome. It has a subcommand `go test` that looks for `*_test.go` files in package folder and run all test functions that starts...
# Keystroke logger
It's what it sounds like. A keystroke logger that logs your every key press. Install as a userscript using [tampermonkey](https://c...
Concurrency: Fan out using goroutines and channels
One way to fan out work in a single process.
This program:
- reads your input from stdin
- sends input to a channel
- goroutine sends that input to 3...
This is my first game written in Go!
Hope you enjoy!
*yes, it's a bit simpler than what I would usually post, but a journey of a million miles begins...
Hey!
I noticed that the language icon colors were all a shade of gray on the feed (repl.it/~) in places like:

If you uncomment line 32, you can see the puzzle b...