mirror of
https://github.com/ArthurFerreira2/reinette.git
synced 2024-10-07 02:55:59 +00:00
10 lines
111 B
C
10 lines
111 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|
|
|
|
|