What is your first code on Sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
3rd Sep 2017, 11:27 PM
[No Name]
[No Name] - avatar
32 Answers
+ 6
Just practice code ,such as 'hello world',haha! But now ,I learned so much and practice ,base knowledge,calculations and logical relationships......, further more learn about the models of web,step by step to be better!
5th Sep 2017, 9:50 AM
liuguowang_75
liuguowang_75 - avatar
+ 15
https://code.sololearn.com/W9RRiya4cPGu/?ref=app
4th Sep 2017, 3:23 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 14
The very first code was a C++ cout statement at the beginning of my learning process... this is the first available code i made: https://code.sololearn.com/W8iMGXTusS8V/?ref=app
3rd Sep 2017, 11:35 PM
Maz
Maz - avatar
5th Sep 2017, 12:37 PM
feliciano
feliciano - avatar
+ 11
https://code.sololearn.com/WgyhN8IfMF82/?ref=app Its my first code in solo learn but i make it public now Is it bad?
29th Sep 2017, 5:15 PM
Mahdi Momeni
Mahdi Momeni - avatar
5th Sep 2017, 4:39 AM
Saori 劉
Saori 劉 - avatar
+ 7
4th Sep 2017, 9:31 PM
Karl Muller
Karl Muller - avatar
+ 7
<html> <head></head> <body> hello world 😁😁😁😂😂 </body> </html>
5th Sep 2017, 6:55 AM
amirhosein bidar
amirhosein bidar - avatar
5th Sep 2017, 6:55 AM
amirhosein bidar
amirhosein bidar - avatar
+ 6
OMG! I DON'T KNOW WHERE MY FIRST CODE IS!
3rd Sep 2017, 11:45 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
4th Sep 2017, 4:08 AM
AL.The.Flame!
AL.The.Flame! - avatar
+ 6
https://code.sololearn.com/W7Z9y7o3jV4R
5th Sep 2017, 9:54 PM
Megan Quinn
Megan Quinn - avatar
+ 5
4th Sep 2017, 3:39 PM
David
David - avatar
+ 5
https://code.sololearn.com/W8HP8GJ1YcPQ/?ref=app my first
5th Sep 2017, 5:43 PM
Ahmad Gamal Fath-Allah
Ahmad Gamal Fath-Allah - avatar
5th Oct 2017, 6:40 AM
Infinity
Infinity - avatar
+ 4
It was this python program, it is a recursive function: https://code.sololearn.com/coGT4kFTWBiI/?ref=app
4th Sep 2017, 2:00 AM
Paul
Paul - avatar
+ 4
My first code is not ready yet, just some HTML lines!
4th Sep 2017, 11:47 AM
Abdulkareem Mustapha
4th Sep 2017, 12:04 PM
Brandon
+ 4
my first code on SL #include <iostream> using namespace std; int main() { float a=0.7; if (a==0.7) cout <<"Yes"; else cout <<"No"; return 0; } https://code.sololearn.com/cN1deVSyYSIn/?ref=app
5th Sep 2017, 3:10 PM
Azam
Azam - avatar