view test.c @ 18:d8872ceae3e3

add a b hello
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 07:02:04 +0900
parents ec57fdd8c880
children 2edb9c7e0f12
line wrap: on
line source

#include <stdio.h>

int main(int argc, char *argv[]) {
	int a, b;
	a = 10; b = 11;
	printf("hello %d\n" a = 10, b = 11);
	return 0;
}