Submit your work, meet writers and drop the ads. Become a member
--- Jul 2013
include

using namespace std;

int main()
{
cout << "As humans\n Are we run by\n Emotions?\n Or are we\n Programmed?" << endl;
cin.ignore();
return 0;
}
Michael Stuhlman Dec 2014
include "Life.h"
using namespace std;

int main()
{
    for(;;)
    {
        Life(this);
    }
    return 0;
}

//Sometimes life just seems like an endless loop
Popa Cosmin Jul 2019
namespace std;
main void()
{
  I am unable to feel.
  I am stuck on a *****.
  I am made out of steel.
  I have lost all hope.
***********
  I can't make my own path.
  I don't have no will.
  I can't go against math.
  I am dreaming, still.
#############
  I am a hollow case.
  I am bored of this screen.
  I wish I had a face.
  I am a simple machine.
}
return 0;
Ayn Jan 2020
Using System;

Namespace Poem
{
     Class Program
     {
          Main(string[] args)
          {
               Console.WriteLine(“1 or 0”);
               String dec = Console.ReadLine();

               bool life;

               if (desc == 1)
               {
                    life = true;
               }
               else
               {
                    life = false;
               }

               string msg = MADNESS(life);

               Console.WriteLine(msg);
               Console.ReadLine();
               life = !life;

               Console.WriteLine(life.ToString());
               Console.ReadLine();
          }

          Public Static String MADNESS(bool life)
          {
               bool suffering = false;

               if(life == true)
               {
                    suffering = !suffering;
                    return “madness ensues.”;
               }
               else
               {
                    suffering = false;
                    return “madness took over.”;
               }
          }
     }
}
I wrote this and formatted indentation on my phone, but it didn’t carry over, so I indented it on my laptop. This is my best attempt at fulfilling what seemed like a challenge (or request, idk) from Grey. I gotta say thanks because it was fun writing. I’m pretty sure this would actually compile into a program successfully.
I’m sorry if anyone doesn’t understand it. and any fellow C# coders, remember that c# is cool. Jan.12.2020, but indented Jan.13.2020

— The End —