1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/zokrates_cli/examples/compile_errors/variable_shift.zok
2022-04-06 20:23:58 +02:00

4 lines
54 B
Text

def main(u32 a, u32 b) -> u32 {
return a >> b;
}