Files
SCR/SCR3.1/TP1/Ex2/null.c

7 lines
79 B
C
Raw Normal View History

2025-09-04 11:23:03 +02:00
#include "helpers.h"
int main(int argc, char **argv)
{
return interlude();
}