Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2kabhishek/polyquine

source = output, in five languages 🎨🃏
https://github.com/2kabhishek/polyquine

art c javascript languages perl php polyquine programming-language programming-languages python quine ruby

Last synced: 3 months ago
JSON representation

source = output, in five languages 🎨🃏

Awesome Lists containing this project

README

        

polyquine


License


People


Stars


Forks


Watches


Last Updated

A quine is a computer programming that prints its own source code when executed.

A polyquine does the same thing for multiple programming languages.

This repo contains such a polyquine written in `C`, `Perl`, `PHP`, `Python` and `Ruby`.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed the latest version of `gcc`, `perl`, `php`, `python` and `ruby`.

## Getting polyquine

To get polyquine, follow these steps:

```bash
git clone https://github.com/2kabhishek/polyquine
cd polyquine
```

## Running polyquine

```bash
# For C
gcc polyquine.c
./a.out

# For perl
perl polyquine.pl

# For PHP
php polyquine.php

# For Python
python polyquine.py

# For Ruby
ruby polyquine.rb

```

Hit the :star: button if you found this useful.

### More Info