Files
BUT2FI_2025_R3.05/tp/tp1/src/ex3/null.c

7 lines
79 B
C
Raw Normal View History

2025-09-02 17:14:06 +02:00
#include "helpers.h"
int main(int argc, char **argv)
{
return interlude();
}