Source commit: f70e47af061d8f7ba27cd769c8cd2e2f8707dc72 Public tree identity: sha256:03a43db60d295811688bedaa5ad6460df0dbde27fbf37033997f4d8100f83ab2
6 lines
102 B
C
6 lines
102 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
puts("hello from a real Clusterflux build");
|
|
return 0;
|
|
}
|