Skip to content

Commit

Permalink
Trivial change to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoodworth committed Nov 15, 2024
1 parent 27929f9 commit 550e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@app.route('/')
def hello_world(): # put application's code here
powerString = str(mymath.power(3,6))
powerString = str(mymath.power(4,6))
return f'Hello World! The answer is: {powerString}'

if __name__ == '__main__':
Expand Down

0 comments on commit 550e52b

Please sign in to comment.