1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang2.git synced 2025-03-06 20:49:22 +01:00

Made comments in benchmarks fancier

This commit is contained in:
niansa 2020-04-13 16:05:36 +02:00
parent f3ac177987
commit a02ec8a97c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Run via time command to see execution time!
# number^2 until number > 50
set number,1
marker set,mainloop

View file

@ -1,6 +1,6 @@
# Run via time command to see execution time!
# number^2 until number > 50
number = 1
while number < 50: