make/vs/testapp/main.c

Mon, 22 May 2023 21:21:20 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 22 May 2023 21:21:20 +0200
branch
newapi
changeset 176
bc63cb601f6d
parent 173
809581724cc7
child 177
e79a60b3a7cb
permissions
-rw-r--r--

port motif code to ucx 3

#include <stdio.h>

int main(int argc, char** argv) {
	printf("hello world!\n");
	return 0;
}

mercurial