2023-05-23 16:38:00 +02:00

11 lines
79 B
C

#ifndef BOTH_H
#define BOTH_H
#pragma once
int both()
{
return 0;
}
#endif