Testing a Gemini codegen run
at main 84 B view raw
1def main(): 2 print("Hello from gemini!") 3 4 5if __name__ == "__main__": 6 main()