Highlights
- Arctic Code Vault Contributor
Pinned
2,565 contributions in the last year
Less
More
Contribution activity
February 2021
Created 33 commits in 6 repositories
Reviewed 3 pull requests in 1 repository
Created an issue in vlang/v that received 1 comment
$if aarch64 {} else {} doesn't generate else statements
$if aarch64 { println('yes')
} $else { println('no')
}
results in
#if defined(__V_aarch64)
{ println(_SLIT("YES"));
}
#else
{
}
#endif
1
comment
Opened 1 other issue in 1 repository
30
contributions
in private repositories
Feb 10 – Feb 13

