Sign in
chromium
/
infra
/
luci
/
recipes-py
/
c406446548974dc887dac0a676838e08e09b526a
/
.
/
recipes
/
engine_tests
/
recipe_paths.resources
/
hello.py
blob: 22ab9b71008f490f984f7fccdde380b81b7d0275 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
# Copyright 2016 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
print
(
"Hello world"
)