This repository contains example jamplate programs implementing various challenges. The challenges are inspired from the Esolangs Website
The following is the list of challenges in this repo:
- Hello World This example will print
Hello World
to the console.
- 99 Bottles Of Beer This example is an implementation of the 99 bottles of beer. This implementation will print the song to the console.
- Quine A program that prints its own sourcecode (Quine). This implementation will print its sourcecode to the console.
- Fibonacci sequence This example will take an input as an argument and print the Fibonacci Sequence of it to the console.
- Factorial This example will take an input as an argument and print the Factorial of it to the console.
- Truth machine This example is an implementation of the truth machine. This implementation will take the input as an argument when executing the program and print the answer to the console.