mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
7 lines
130 B
Markdown
7 lines
130 B
Markdown
# Exacute the examples
|
|
|
|
```sh
|
|
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
|
|
:; go run -tags=example rotate/main.go
|
|
```
|