Skip to content

Commit

Permalink
Create pr-agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored Jul 2, 2024
1 parent f0fe4cb commit 863639c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pr-agent.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This program prints Hello, world!

printfx('Hello, world!')

for i=0; i<10; i++ {
printfx("how to build for loop")
}

# There aare soome typooo

0 comments on commit 863639c

Please sign in to comment.