blob: 3f86161233048e4b065dfcc03e6990d80b9343cb [file] [log] [blame]
# Copyright 2020 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.
def main():
print("test")
if __name__ == '__main__':
main()