Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
array_plus_assign_err.vv
2
lines
·
2
sloc
·
125 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
mut buffer := []u8{cap: 1024}
2
buffer += 'ipconfig && sudo apt install -y some_amazing_package name + command output'.bytes()
3