DEV Community

jeann
jeann

Posted on

4

My First Hellow Word

My first program inteligent was with pencil and paper, Yes Really!, 1995 a computer was is not possible for buy, because I was 17 years old,
not working, my parents give me all, ehhhh; Ok, the basic, like money for the university, three food for day, clothes, shoe, only that, for me is OK,
because was just I need.

The closest a computer was in my head, in my imagination or in laboratory of my University.

My first hours the programming was Pascal, C, and C++, they was the languages in that years, was my first program was not print "Hello Word" else a sort arrays
with 100 numbers and exploit my head, was very amazing for me.In vacations my notebook it was my way of letting go of my desire to program and
remember clearly that was switch case of C for simulate IA (Inteligents Artifical),Jajajajajaajajaja, like that:

#include <stdio.h>
int main()
{
   char a;
   printf("Is not Raining Now?...(Y)es-(N)o \n");
   scanf("%c", &a);
   switch(a)
   {
    case 'N' :
        printf("Then Is Raining, Human!\n");
        break;
    case 'Y' :
        printf("Is not Raining, Human!\n");
        break;
   }
   return 0;
}

Realy that code is amazing for me in 1995 and my notebook was look very pretty

I hope will like my post.

See soon.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay