mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Changed Python default example to classical square (#3380)
This commit is contained in:
committed by
GitHub
parent
c70eb9ca46
commit
1589a14ebc
@@ -1,2 +1,2 @@
|
||||
def main():
|
||||
pass
|
||||
def square(num):
|
||||
return num * num
|
||||
|
||||
Reference in New Issue
Block a user