/*
* Copyright © 2024 Simon McVittie
* SPDX-License-Identifier: MIT
*/
#include <stdio.h>
int
main (void)
{
puts ("ok");
return 0;
}