This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imports System.Threading | |
Module OneBillion | |
'Time needed to say numbers (in milliseconds) | |
Const unit = 158 'From 0-9 | |
Const tens = 262 ' From 10-90 | |
Const magnitude = 282 'time to say 'hundred, thousand, million' | |
Sub Main() |