Sign in
qemu
/
meson
/
ba5141a82bfb8decbb68680d24f2a8035c500a3a
/
.
/
test cases
/
cmake
/
11 cmake_module_path
/
subprojects
/
cmMod
/
gen.py
blob: 5c7164604028bc08a01ac78140835b79b94e0856 [
file
] [
log
] [
blame
]
with
open
(
'main.c'
,
'w'
)
as
fp
:
print
(
'''
#include <stdio.h>
int main(void) {
printf(\"Hello World\");
return 0;
}
'''
,
file
=
fp
)