Is it possible to output codes on GitHub? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Is it possible to output codes on GitHub?

Is there any means to run a code on github and get the output.

23rd Oct 2019, 11:03 AM
Meny Evolving
Meny Evolving - avatar
2 Answers
+ 8
Code in Github is for storage, so no Github doesn't support a compiler.
23rd Oct 2019, 11:06 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 6
You can run html page from github. Git clone your github page by using this command git clone https://github.com/username/username.github.io Go to username.github.io folder to edit index.html file and other csss/js files. Git add/commit and push to github. You would get your page run from url https://username.github.io * note that username is your GitHub user name
23rd Oct 2019, 12:00 PM
Calviղ
Calviղ - avatar