source:
CIVL/examples/io/io.cvl@
9eb76e9
| Last change on this file since 9eb76e9 was f4533fd, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 114 bytes | |
| Line | |
|---|---|
| 1 | #include<stdio.h> |
| 2 | |
| 3 | void main(){ |
| 4 | int a = 9; |
| 5 | int b = a + 10; |
| 6 | |
| 7 | printf("a is %d, b is %d\n", a, b); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
