test-hello.c 95 B

1234567
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <stdio.h>
  3. int main(void)
  4. {
  5. return puts("hi");
  6. }