Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 8 additions & 0 deletions g2.py
Original file line number Diff line number Diff line change
@@ -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