Source commit: f8ee5fc25a1d0fed1e59b3f34d534b395bf34dad Public tree identity: sha256:a428db3c520f7c0779135e36a841a5102ed26070519b696a146dbfa54514bd52
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;
|
|
}
|