mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
5 lines
143 B
Go
5 lines
143 B
Go
import encoding.base64
|
|
|
|
pub fn test_submodules() {
|
|
assert base64.decode('c3VibW9kdWxlcyBhcmUgd29ya2luZyE=') == 'submodules are working!'
|
|
}
|