Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 110 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 110 Bytes

testrepo2

X=INT("1, 2, 3, 4, 10") Y=INT("3, 5, 7, 9") TCount=sum(X + Y) PRINT(TCount) #New Line Starts Here