diff --git a/README.md b/README.md index 4960771..f806692 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,7 @@ This code is distributed under the Apache 2.0 license, see the [LICENSE](LICENSE There is a specfic document on this at [DEVELOPMENT.md](DEVELOPMENT.md) + +This is g2! These are locally made changes to my fork. +No NOW IT's OK. diff --git a/g2.py b/g2.py new file mode 100644 index 0000000..def1538 --- /dev/null +++ b/g2.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2022 Fermi Research Alliance, LLC +# SPDX-License-Identifier: Apache-2.0 + +#!/usr/bin/env python3 +def foo(): + print("Hi") + +foo