source:
CIVL/examples/powwow/loopAssert.c@
bb03188
| Last change on this file since bb03188 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 94 bytes | |
| Rev | Line | |
|---|---|---|
| [c65378d] | 1 | #include<assert.h> |
| 2 | ||
| [28b6453] | 3 | $input int n=10; |
| [c65378d] | 4 | |
| 5 | int main(){ | |
| 6 | for (int i=0; i<n; i++) | |
| 7 | assert(i<n); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
