This commit is contained in:
aljazbrodar. 2026-01-17 19:39:14 +01:00
parent 1f29ed7d14
commit 5591686517
4 changed files with 15 additions and 11 deletions

View file

@ -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)
}