## Welcome to my first project on repl.it, **Pizza Machine**!
Since everybody loves to eat pizza, (right?), I made this project.
> random person: i ha...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Swift! By the way, compare this to Kotlin and see why Kotlin...
# I made a weather app
For those who don't know, yes, I do know swift. There is nothing to do with it unless you add view controllers. I basically wa...
This is just something I made to escape the plague of boredom
Any criticism/comments/ ideas will be looked at and appreciated :D
(REVAMPED: MORE OPTI...
## Swiftly
Hey world, i made this repl to show how bad the syntax for making a simple program in Swift. I am mad at the name parameters because i al...

Pueden ocupar este espacio para cualquie...
This code tells you whether a place is in the Northern Hemisphere or Southern Hemisphere. Remember that the place is writen in latitude and longitude...
# Conjugates any verb in the future or present tense.
#### May not have every single irregular verb.
#### You don't even need a real verb, as long a...
This is a repost of my Quiz repl. I added some improvements that people thought that I should add from my first post. Some of these are:
- More Quest...
Instructions from your teacher:
Given the array of numbers. Create another array called computedNumbers. computedNumbers should multiply each element...
I lost the original XD. Dragonia is a medieval text-based game. You (and only you) cannot die. The game ends of you are knocked unconscious or jailed....
# Hello!
I've made some useful user input functions that get data from the user. For example, instead of using
```swift
let age: Int = Int(readLine()!...
Geometry dash codes work, I mean, what?
Thanks to @AwesomeJaden7 for the base and Easter egg codes but I added everything else, including like 50 if...
This is great for iGCSE students, because in Python this style of code does not exist. You always have to make the decision at the top. However in Swi...
I made my own Operator! The operator I made caculates the factorial of a number. It is a postfix operator, meaning that it goes right after the number...
I am new to Swift but not programming. I'm good at JS and had to check a lot of things to figure this out, is this a good way to solve this type of pr...
I wanted a function to be able to accept a container (really a `Sequence`) of any type, as long as its values are of the right type. For instance, I w...