test/
test.rs

1use quantic;
2
3fn main() {
4	quantic::e();
5}