Sign in
qemu
/
meson
/
a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a
/
.
/
test cases
/
frameworks
/
4 qt
/
subfolder
/
generator.py
blob: 045d99a51f8cbc04c3b259e2eccc901bdb68ef9f [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
if
len
(
sys
.
argv
)
>
1
:
with
open
(
sys
.
argv
[
1
],
"w"
)
as
output
:
output
.
write
(
"Hello World"
)