mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
7 lines
116 B
Markdown
7 lines
116 B
Markdown
# Exacute the examples
|
|
|
|
```sh
|
|
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
|
|
:; go run rotate/main.go
|
|
```
|