Compare commits

..

1 Commits
dev ... main

Author SHA1 Message Date
c639211925 Merge pull request 'second commit' (#1) from dev into main
Reviewed-on: #1
2023-03-10 16:21:54 +03:00

View File

@ -1,4 +1 @@
from math import rand
print(rand(0,100))
print("Hello world!") print("Hello world!")