Posting your Codes on sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Posting your Codes on sololearn

Hey! Bugs. I need some help here I'm a newbie here. If you wanna put your codes from your system to here for it to show very well it has to be the whole raw file right?

22nd Apr 2020, 1:23 AM
Whizzyware
Whizzyware - avatar
8 Answers
0
Yes
22nd Apr 2020, 1:26 AM
Abhay
Abhay - avatar
+ 4
Yes, but if you want to share the code link you should put the link within your thread Description. Not on the title or tags, it won't work if you put links in title or tags.
22nd Apr 2020, 1:36 AM
Ipang
0
Thanks man.
22nd Apr 2020, 1:30 AM
Whizzyware
Whizzyware - avatar
0
Nice game, you got here.
22nd Apr 2020, 6:50 AM
Whizzyware
Whizzyware - avatar
- 1
Show me ur code
22nd Apr 2020, 1:30 AM
Abhay
Abhay - avatar
- 1
<!DOCTYPE html> <html> <head> <!-- <meta http-equiv="refresh" content="2" /> --> <title>Ab hai</title> <!-- BODY --> <body> <div id="ground"> <div id="player"> </div> <div id="enemy"> </div> </div> <div class="controlls"> <input type="button" id="up" value="UP" onclick="up()" style='border-radius:5px'> <input type="button" id="down" value="DOWN" onclick="down()" style='border-radius:5px'> <input type="button" id="left" value="LEFT" onclick="left()" style='border-radius:5px'> <input type="button" id="right" value="RIGHT" onclick="right()" style='border-radius:5px'> </div> <br /> <br /><br /> <input style='border-radius:10px' type="button" id="xy" value="STOP !" onclick="stop()" > </body> </html>
23rd Apr 2020, 10:12 AM
Shoaib Khan
Shoaib Khan - avatar
- 2
https://code.sololearn.com/W6qVCr2EG2Os/?ref=app
22nd Apr 2020, 1:39 AM
Abhay
Abhay - avatar