Files
SCR.3.1/TP1/scripts/null.c

7 lines
79 B
C
Raw Normal View History

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