8 lines
68 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#include "something.h"
2024-04-14 22:45:38 +02:00
int main(void)
2022-08-04 22:12:04 +02:00
{
nothing();
return 0;
}