mirror of
https://github.com/brain-hackers/lab
synced 2024-11-15 06:38:01 +09:00
17 lines
201 B
Markdown
17 lines
201 B
Markdown
### Prerequisites
|
|
- Go 1.1x
|
|
|
|
|
|
### Run
|
|
|
|
```shell-session
|
|
$ # Example 1
|
|
$ go run main.go tmemo000.tmd
|
|
|
|
$ # Example 2
|
|
$ go run main.go tmemo000.tmd tmemo001.tmd
|
|
|
|
$ # Example 3
|
|
$ go run main.go *.tmd
|
|
```
|