Add tmemo_converter

This commit is contained in:
Takumi Sueda
2022-05-07 16:09:51 +09:00
parent 84b99e95d7
commit 566ca3cc75
3 changed files with 88 additions and 0 deletions

16
tmemo_converter/README.md Normal file
View File

@@ -0,0 +1,16 @@
### 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
```