source: CIVL/examples/io/io.cvl@ 9eb76e9

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 9eb76e9 was f4533fd, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

cleaned up the printing of short file names.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@864 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 114 bytes
Line 
1#include<stdio.h>
2
3void 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.