Files
SCR/SCR3.1/TP1/Ex2/null.c
2025-09-04 11:23:03 +02:00

7 lines
79 B
C

#include "helpers.h"
int main(int argc, char **argv)
{
return interlude();
}