Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.36 KB

File metadata and controls

48 lines (33 loc) · 1.36 KB

Jamplate Example Programs

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.


  • Quine A program that prints its own sourcecode (Quine). This implementation will print its sourcecode 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.