Initial setup
This commit is contained in:
commit
e51655f6e4
7 changed files with 290 additions and 0 deletions
5
main.py
Executable file
5
main.py
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/env python
|
||||
from pyority_queue import sum_as_string
|
||||
|
||||
|
||||
print(sum_as_string(10, 15))
|
Loading…
Add table
Add a link
Reference in a new issue