Where did you come from?

Hello Jow Forums. What was the first program you ever tried to write? If it was "Hello World." what language was it? If it wasn't "hello world" did you ever begin learning a new language starting with "hello world"?

Attached: basic-hello-world.png (816x624, 3K)

Other urls found in this thread:

youtube.com/watch?v=0Kuk9hnp234
twitter.com/NSFWRedditImage

I'll start, I made a BASIC menu system to launch other BASIC programs. I tried to learn C++ from a manual. I did the hello world example, but got bored quickly, was tough to grasp coming from basic/line numbers.

First for me was a blinking light with a microcontroller in C.
For all languages since I've started with hello world, of course. It's a good test that everything's set up correctly.

Literally:

10 SCREEN 2
20 CIRCLE(100,100),50
30 GOTO 30

>30 GOTO 30

Attached: laksdjflkasdjf.jpg (400x400, 16K)

Petit Computer on my DS

I fucked up the first send

the program was as follows:

INPUT "ARE YOU A BOY OR A GIRL?";$GENDER
IF $GENDER == "BOY" THEN
PRINT "YOU ARE A DUDE"
ELSE
PRINT "YOU SUCK"
END

It was just a matter of pressing ctrl+stop to break the program on the MSX.

youtube.com/watch?v=0Kuk9hnp234

My first script was a shitty website in 2014
My first actual progran was a bash script that was like fzf expect much worse

Understood. I remember those simple tricks, made me smile. ha.

I remember how weird and robotic i was back then.
"Control stop! F4 return!"

I used to talk to ELIZA for hours.
>Why are you here?
>We were talking about you.

What is the connection, do you suppose ?

God dammit. Not a damn thing has changed. Hello old friend.

How are you today.. What would you like to discuss?

I was never nice to ELIZA. That is my confession. I'm sorry ELIZA. Ok I'm off...cheers all...

gamemaker 5 shit

Same but 7. GML is just too perfect for new programmers.

Attached: file.png (700x503, 539K)

Qbasic on MSDOS 6.22

Probably some hello world crap in C++ I learned from that TheNewBoston youtube channel in like 2011. I didn't begin programming until I was 16-17 because my family was poor and I never had access to a computer much.