source:
CIVL/examples/io/io.cvl@
556bc65
| Last change on this file since 556bc65 was f4533fd, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 114 bytes | |
| Rev | Line | |
|---|---|---|
| [67ab050] | 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.
