Codedamn is not loading files or console...
Asked by Coding Cod about 4 months ago
3 Answers
Unfortunately it's not loading
This rust playground isn't working and I made it just now
Have you tried changing to a different internet connection or using a different browser. This could give us some insight into what went wrong. Please let me know when you've checked it
Hey, this was an issue with the playgrounds. We are looking into why this happened.
You should be able to access the Go playground now
If this problem continues, I'm gonna try to delete my account, then make it again. I'll see if that works and if this post is still up I'll comment if my playgrounds load...
Have you tried changing to a different internet connection or using a different browser. This could give us some insight into what went wrong. Please let me know when you've checked it
I did try it on a different connection and browser at the same time just now. The playground made a surprising change by showing "Code Brushes". Though no files were showing. I decided to download the playground, just to make sure that there weren't any files. As it turns out there is one: main.go
. It contained this code:
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
When I tried to add/create a new file, I could name it, but it would just disappear after that.
I'm not going to add an image because the only change was "Code Brushes".