summaryrefslogtreecommitdiff
path: root/ch01/ex02-exp.c
blob: dcc46dd8128de950f0ab448f735bcc14814d6b5c (plain)
1
2
3
4
5
6
#include <stdio.h>

int main()
{
	printf("hello, world\c");
}