11 lines
79 B
C
Raw Normal View History

2023-05-23 16:38:00 +02:00
#ifndef BOTH_H
#define BOTH_H
#pragma once
int both()
{
return 0;
}
#endif