/*
 * Copyright (c) 2024 A Labs GmbH
 *
 * SPDX-License-Identifier: Apache-2.0
 */

int main(void)
{
	/* Nothing to do here. The shell is automatically started in the background. */

	return 0;
}
