blob: b9f5be271f80eea454312ed88a8b20ecf5524f22 [file] [log] [blame]
foo(a) => a % 13;
main() {
print(foo(5));
print(foo(100));
}