Jump to content

Write a program that is also a poem

Any language, any poetry form.

 

It could rhyme, it could be a haiku. Maybe even try for iambic pentameter if you are ambitious.

 

Good Luck! :D

Link to comment
Share on other sites

Link to post
Share on other sites

#include <iostream>

int main()
{
    std::cout << "Roses are red" << std::endl;
    std::cout << "Violets are blue" << std::endl;
    std::cout << "I hate poems" << std::endl;
    std::cout << "Even more than I hate you" << std::endl;
    
    return 0
}

 

Edited by Litargirio
because derp

i7 4790K || R9 290X + R9 290 || 16GB G.Skill TridentX 1866 || Gigabyte Z97MX Gaming 5 || Crucial MX100 256GB || WD Caviar Blue 1TB

Link to comment
Share on other sites

Link to post
Share on other sites

20 minutes ago, Litargirio said:

#include <iostream>

int main()
{
    std::cout << "Roses are red" << endl;
    std::cout << "Violets are blue" << endl;
    std::cout << "I hate poems" << endl;
    std::cout << "Even more than I hate you" << endl;
    
    return 0
}

 

That doesn't compile :)

std::endl

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Unimportant said:

That doesn't compile :)

std::endl

yeah I always forget that lel thx

i7 4790K || R9 290X + R9 290 || 16GB G.Skill TridentX 1866 || Gigabyte Z97MX Gaming 5 || Crucial MX100 256GB || WD Caviar Blue 1TB

Link to comment
Share on other sites

Link to post
Share on other sites

179070_151126888387332_1021759542_n_1.png

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to comment
Share on other sites

Link to post
Share on other sites

On 12/4/2016 at 3:40 AM, Unimportant said:

That doesn't compile :)

std::endl

My best friend lies under the #include <iostream> line. His name is "using namespace std;" lol

*_*_*_*_*_*_*Personal Rig*_*_*_*_*_*_*

CPU: Core i7 7700k @ 5.1 GHz

GPU: EVGA GTX 1070 SSC ACX 3.0

MOBO: ASROCK Z270 Killer SLI/AC

RAM: 16 GB HyperX Fury

COOLER: NZXT Kraken X52

CASE: NZXT S340 Elite

STORAGE:  500GB NVME Samsung 960 Pro

500GB Samsung 860 EVO

4TB Seagate Barracuda (7200 RPM)

OS: Windows 10 Pro

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×