What was your first code you ever have written in your entire programming "Life" ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What was your first code you ever have written in your entire programming "Life" ?

mine was a programm that displays Hello World, then I made a quiz program xD

30th Jan 2017, 9:45 PM
Ivan Bergamo
Ivan Bergamo - avatar
6 Answers
+ 2
a calculator was my first program, before that i wrote many algorithms for my teacher ;)
30th Jan 2017, 10:35 PM
M.kazem Akhgary
M.kazem Akhgary - avatar
+ 7
#include<iostream.h> #include<conio.h> void main(){ cout<<"Hello world"; getch(); }
10th Apr 2017, 11:04 AM
Prabhakar Dev
Prabhakar Dev - avatar
+ 4
A Q&A game to funniest learn primary school lesson about heights of the world's highest mountains top... The fun was essentially to code it, but play it a while was usefull for my memory ( ... at this time: I don't remember anything of that todays :P )
31st Jan 2017, 7:06 AM
visph
visph - avatar
+ 3
i guess for the most of us it will be the hello world code
30th Jan 2017, 10:01 PM
Dean Marinov
Dean Marinov - avatar
+ 3
Classic "Hello World" Program.
30th Jan 2017, 11:29 PM
Arpan Lunawat
Arpan Lunawat - avatar
+ 3
windows batch programming hello world
10th Apr 2017, 12:20 PM
NightX
NightX - avatar