add main to avoid CI crash

This commit is contained in:
miguel raz 2021-06-01 19:46:48 -05:00
parent 4e86aeb7f9
commit 70305c5fad

View File

@ -188,3 +188,7 @@ fn test() {
// }
}
}
fn main () {
// empty main to pass CI
}