1
Fork 0

Migrate most of the existing coverage tests over to run-coverage

This commit is contained in:
Zalathar 2023-06-12 18:07:04 +10:00
parent 22e119bbac
commit e0625b4586
81 changed files with 24 additions and 20 deletions

View file

@ -0,0 +1,6 @@
1| 1|fn main() {
2| 1| let num = 9;
3| 1| while num >= 10 {
4| 0| }
5| 1|}