diff --git a/README.md b/README.md index 09c54afa69..1c76a2d95d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1 @@ -# What is this? - -The github.dev web-based editor is a lightweight editing experience that runs entirely in your browser. You can navigate files and source code repositories from GitHub, and make and commit code changes. - -There are two ways to go directly to a VS Code environment in your browser and start coding: - -* Press the . key on any repository or pull request. -* Swap `.com` with `.dev` in the URL. For example, this repo https://github.com/github/dev becomes http://github.dev/github/dev - -Preview the gif below to get a quick demo of github.dev in action. - -![github dev](https://user-images.githubusercontent.com/856858/130119109-4769f2d7-9027-4bc4-a38c-10f297499e8f.gif) - -# Why? -It’s a quick way to edit and navigate code. It's especially useful if you want to edit multiple files at a time or take advantage of all the powerful code editing features of Visual Studio Code when making a quick change. For more information, see our [documentation](https://github.co/codespaces-editor-help). +Hey how are you? \ No newline at end of file diff --git a/hola.py b/hola.py new file mode 100644 index 0000000000..e75154b7c3 --- /dev/null +++ b/hola.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file diff --git a/news_file 2.py b/news_file 2.py new file mode 100644 index 0000000000..313c38ce60 --- /dev/null +++ b/news_file 2.py @@ -0,0 +1 @@ +print("whfuwhdlkwqhfuwhfiwafkuwafuheAIUFGwahfiuwfuAHFL") \ No newline at end of file