/* * Copyright (c) 2025 Eduard Iten * * SPDX-License-Identifier: Apache-2.0 */ #include int main(void) { printk("Hello from Gateway!\n"); return 0; }