final
This commit is contained in:
parent
1f29ed7d14
commit
5591686517
4 changed files with 15 additions and 11 deletions
|
|
@ -5,8 +5,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
line := ""
|
||||
line = fmt.Sprintf("%s%02x", line, 15)
|
||||
line = fmt.Sprintf("%s%02x", line, 14)
|
||||
fmt.Println(line)
|
||||
x := "srq"
|
||||
fmt.Printf("|%-*s|", 4, x)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue