View Single Post
  #1  
Old 05-19-2010, 07:59 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Programming Exercise #7: Quine

Hello all, and welcome to the return of Programming Exercises! If people still like this, maybe I'll do more.

Your mission, should you choose to accept it, is to write a quine. What is a quine you might ask? Well, a quine is a bit of self-replicating code. In particular, it is a code that produces its own source code as its only output.

Write as short a quine as you can!

This is unlike any previous exercise, but you may also want to take a look at exercises #1, #2, #3, #4, #5, and #6 for previous discussions or for fun.

e: Now open for suggestions for the difficulty of PE#8.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/

Last edited by Tolnaftate2004; 05-20-2010 at 06:27 AM..
Reply With Quote