Files
BUT2/SCR/SCR3.1/TP01/Exercise2/subject/null.c

7 lines
79 B
C
Raw Normal View History

2025-09-26 08:56:34 +02:00
#include "helpers.h"
int main(int argc, char **argv)
{
return interlude();
}