blob: 89bf0b17ba25af6da5f9ccb62aa310481433e21b [file] [log] [blame]
# Copyright 2022 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 lib
print("Fib(5)=%s" % lib.Fib(5))