+ 17
What is your first code on Sololearn?
33 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!
+ 15
https://code.sololearn.com/W9RRiya4cPGu/?ref=app
+ 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
+ 13
this is my first code.
https://code.sololearn.com/clpLEz90Vg1e/?ref=app
+ 11
https://code.sololearn.com/WgyhN8IfMF82/?ref=app
Its my first code in solo learn but i make it public now
Is it bad?
+ 7
lol this is my stupid first
https://code.sololearn.com/cInauY5OHVzk/?ref=app
+ 7
<html>
<head></head>
<body> hello world 😁😁😁😂😂 </body>
</html>
+ 6
OMG! I DON'T KNOW WHERE MY FIRST CODE IS!
+ 6
this codes sucks :D
https://code.sololearn.com/cw81PF4uNpbo/?ref=app
+ 6
https://code.sololearn.com/W7Z9y7o3jV4R
+ 5
My first were to making this:
https://code.sololearn.com/WMjVH1jKo81o/?ref=app
+ 5
https://code.sololearn.com/W8HP8GJ1YcPQ/?ref=app my first
+ 4
It was this python program, it is a recursive function: https://code.sololearn.com/coGT4kFTWBiI/?ref=app
+ 4
My first code is not ready yet, just some HTML lines!
+ 4
Here it is:
https://code.sololearn.com/cC3Ek99y60a7/?ref=app
+ 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