Dart test

Dart test

Dart test snippet

Useful for avoiding rounding errors

void main() {
    print(12 ~/ 7);
}