3:ff4656da04af | 4:e09437844ad9 |
---|---|
1 | |
2 // We use unicode. We would like to use much more of it than Rust allows. | |
3 // Live with it. Embrace it. | |
4 #![allow(uncommon_codepoints)] | |
5 #![allow(mixed_script_confusables)] | |
6 #![allow(confusable_idents)] | |
1 | 7 |
2 mod manifold; | 8 mod manifold; |
9 mod fb; | |
3 mod cube; | 10 mod cube; |
4 | 11 |
5 fn main() { | 12 fn main() { |
6 | 13 |
7 } | 14 } |