number to string

This commit is contained in:
Torma Kristóf 2019-10-09 21:37:41 +02:00
parent 6d1c5b75b7
commit 7e093952da
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
4 changed files with 4 additions and 4 deletions

View File

@ -21,4 +21,4 @@ spec:
- image: tormachris/isprime-go
env:
- name: TARGET
value: 107107
value: "107107"

View File

@ -15,4 +15,4 @@ spec:
- image: tormachris/isprime-go
env:
- name: TARGET
value: 107107
value: "107107"

View File

@ -10,4 +10,4 @@ spec:
- image: "tormachris/isprime-go"
env:
- name: TARGET
value: 107107
value: "107107"

View File

@ -10,4 +10,4 @@ spec:
- image: "tormachris/isprime-py"
env:
- name: TARGET
value: 107107
value: "107107"