DEBSOURCES
Skip Quicknav
sources / meson-python / 0.17.1-1 / tests / packages / executable / example.c
123456789
// SPDX-FileCopyrightText: 2022 The meson-python developers // // SPDX-License-Identifier: MIT #include <stdio.h> int main() { printf("hello!"); }