# A Detailed Solution to Secret Announcement
### Background:
You are most likely busy creating a game for the game jam and you probably know that an a...
Can I have ONE challenge that takes more than twenty minutes and ten lines of code? I'm not even trying to shorten my solution at this point.
Haskell...
# Getting started with graphics development in Golang on repl.it
### Introduction
Who doesn't love golang? some people, maybe.But no can resist the cu...
So.. multiplication without loops and the operators, huh?
### IMPOSSIBLE
Yes, it is theoretically impossible. All submissions we have are just smart...
The latest weekly solution in my "because why not" series of solutions, each in a different language because languages are fun.
I made this week's su...
# Monopoly in Dystopia!
What would be the state of board gaming when, after the fall of currencies (which will surely happen, mark my words...) Bitco...
Any polynomial with no more than two complex roots will work. This program uses Newton's Approximation method. Julia because it's built for numerical...
imagine actually finding all permutations. can't relate.
this submission uses some basic math and logic instead.
usage : type `(rank "bigstring" "sm...
inspired by @theangryepicbanana's Template implementation of this challenge and @ThatSmart's [type level multiplication](https://repl.it/@ThatSmart/Ty...