1 /* 2 * Copyright (c) 2024 A Labs GmbH 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 main(void)7 int main(void) 8 { 9 /* Nothing to do here. The shell is automatically started in the background. */ 10 11 return 0; 12 } 13