Files
photon/tests/start.c
2020-03-31 12:55:52 +01:00

5 lines
51 B
C

int main(int argc, char **argv)
{
return 42;
}