0
What was the first line of code you wrote in your life?
In which programming langage did you write the first line of code in your life?How did you feel?What was the code doing? For me it was visual basic 6.0 and the code was: DIM nombre1,nombre2,somme as INTEGER nombre1=val(Text1.Text) nombre2=val (Text2.Text) somme=nombre1+nombre2 Text3.Text=somme I felt like i was flying like superman un the Sky controlling the World. The purpose of the program was to calculate the sum of two sum input in the GUI form. Talk about yours :D
4 Answers
+ 7
The first line of code I ever wrote:
print ('hello world!')
The code:
https://code.sololearn.com/c60O3iA8nRUG/?ref=app
+ 1
perhaps some vba for excel lol
0
It was in pascal declaring some variable :)
- 1
cout<<"Hello World!";
C++ in Visual Studio 2015. Very very complex code.