GitHub’s Post

View organization page for GitHub, graphic

4,203,373 followers

What was the first thing you remember coding?

Fabrizio C.

Senior Software Engineer | PHP, Node.js & AWS | Contentful, Spryker & Kafka Certified

3d

A quiz game in BASIC, something like this: 10 PRINT "What is the capital of France?" 20 PRINT "1. Berlin" 30 PRINT "2. Madrid" 40 PRINT "3. Paris" 50 INPUT "Enter the number of your choice: ", A 60 IF A = 3 THEN PRINT "Correct!" : GOTO 100 70 PRINT "Incorrect, try again." 80 GOTO 10 100 END

Seongchan Na

Undergraduate research student at Hanyang University Molecular Catalysis & Reaction Engineering Lab

4h

Hello world! in C

Like
Reply
Basel Salama

Python Developer at Ckriptick

3d

probably "Hello world!" in many languages ... they just make you do it you litterally have no control 😁

A keylogger that encrypts what it writes and then sends evrything to a highly populated chat server. Ended up never using it though.

Like
Reply
Apinya Chainapong

Assistant Managing Director

3d

Assembly for hand build circuit board for vending machine 🤔

Jody Wintringham

Full-time student (and mother)

2d

Writing a game in BASIC for the old Amstrad CPC664. Graphics adventure maybe? Ah ASCII art, just saw below and remembered the term. It had a stickman who walked across the screen, greeted you, and had some options to give him a big glass of water, which he drank using a ladder and a long straw. I was quite proud of it, considering I was under 12 at the time. Also did a lot of mandala drawing using turtle graphics programs.

Leigh McGill

Software Developer at StackAdapt

3d

Quadratic equation solver in TI-BASIC on a TI-83 Plus. It could tell you intercepts in decimal approximation or exact form, including imaginary ones, and factor if possible, and show you a graph of it. I remember writing out what I would store in every single variable A-Z (which eventually overflowed into specific positions in one of the lists) so I wouldn't overwrite a value I needed later, and also my list of all the Lbl's for Goto/Menu. When I got to my first language that let you give variables arbitrary names and write functions, I was so excited!

Muskan Khan

Frontend Developer and Creative Problem Solver

2d

"My first coding project was a 'Hello, World!' program in html. It was a simple start, but it sparked my interest in programming."

Like
Reply

I remember coding a simple "Hello, World!" program. It was a small step, but it sparked my love for programming!

Like
Reply
Argie Lloyd Gumboc

Web Developer Specializing in HTML, CSS, JavaScript | Currently Learning Python

3d

The first thing I remember coding was when I saw an ad that you can write a code on your phone and I downloaded it and I was writing a code to print "Hello world!" using python 🐍

Like
Reply
See more comments

To view or add a comment, sign in

Explore topics