Files
photon/tests/start.c

5 lines
51 B
C
Raw Normal View History

2020-03-31 12:55:52 +01:00
int main(int argc, char **argv)
{
return 42;
}