7 lines
117 B
C++
7 lines
117 B
C++
#include <yonder.h>
|
|
#include <string.h>
|
|
int main(int argc, char **argv)
|
|
{
|
|
return strcmp(yonder(), "AB54 6BR");
|
|
}
|