aboutsummaryrefslogtreecommitdiff
path: root/confui/main.c
blob: 1be969b32b3b3523fff06452629567bd574d0cc6 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main() {
	printf("hello world!\n");

	return 0;
}