bur-manager/main.v

6 lines
90 B
V

import git2
fn main() {
git2.clone("https://aur.archlinux.org/vlang.git", "test")!
}