Sign in
fuchsia
/
fuchsia
/
refs/heads/main
/
.
/
build
/
bazel
/
host_tests
/
py_tests
/
simple_test.py
blob: c0cb1d323e986638105ac205d3b5538150acdef6 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env fuchsia-vendored-python
# Copyright 2025 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
sys
print
(
"OK"
)
sys
.
exit
(
0
)