7 lines
79 B
C
7 lines
79 B
C
#include "helpers.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return interlude();
|
|
}
|