blob: 618354ea77d1faacbf77179316af610205418f7e [file] [log] [blame]
// Copyright (C) 2023 Arm Ltd
// SPDX-License-Identifier: MIT
#include <stdio.h>
int main() {
puts("Hello, world");
return 0;
}