originalsouth / primetime

A small stupid program I wrote ages ago to find the prime numbers my military time clock shows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#primetime A small stupid program I wrote ages ago to find the prime numbers my military time clock shows.

results

The output generated by the program:

  0: 0002
  1: 0003
  2: 0005
  3: 0007
  4: 0011
  5: 0013
  6: 0017
  7: 0019
  8: 0023
  9: 0029
 10: 0031
 11: 0037
 12: 0041
 13: 0043
 14: 0047
 15: 0053
 16: 0059
 17: 0101
 18: 0103
 19: 0107
 20: 0109
 21: 0113
 22: 0127
 23: 0131
 24: 0137
 25: 0139
 26: 0149
 27: 0151
 28: 0157
 29: 0211
 30: 0223
 31: 0227
 32: 0229
 33: 0233
 34: 0239
 35: 0241
 36: 0251
 37: 0257
 38: 0307
 39: 0311
 40: 0313
 41: 0317
 42: 0331
 43: 0337
 44: 0347
 45: 0349
 46: 0353
 47: 0359
 48: 0401
 49: 0409
 50: 0419
 51: 0421
 52: 0431
 53: 0433
 54: 0439
 55: 0443
 56: 0449
 57: 0457
 58: 0503
 59: 0509
 60: 0521
 61: 0523
 62: 0541
 63: 0547
 64: 0557
 65: 0601
 66: 0607
 67: 0613
 68: 0617
 69: 0619
 70: 0631
 71: 0641
 72: 0643
 73: 0647
 74: 0653
 75: 0659
 76: 0701
 77: 0709
 78: 0719
 79: 0727
 80: 0733
 81: 0739
 82: 0743
 83: 0751
 84: 0757
 85: 0809
 86: 0811
 87: 0821
 88: 0823
 89: 0827
 90: 0829
 91: 0839
 92: 0853
 93: 0857
 94: 0859
 95: 0907
 96: 0911
 97: 0919
 98: 0929
 99: 0937
100: 0941
101: 0947
102: 0953
103: 1009
104: 1013
105: 1019
106: 1021
107: 1031
108: 1033
109: 1039
110: 1049
111: 1051
112: 1103
113: 1109
114: 1117
115: 1123
116: 1129
117: 1151
118: 1153
119: 1201
120: 1213
121: 1217
122: 1223
123: 1229
124: 1231
125: 1237
126: 1249
127: 1259
128: 1301
129: 1303
130: 1307
131: 1319
132: 1321
133: 1327
134: 1409
135: 1423
136: 1427
137: 1429
138: 1433
139: 1439
140: 1447
141: 1451
142: 1453
143: 1459
144: 1511
145: 1523
146: 1531
147: 1543
148: 1549
149: 1553
150: 1559
151: 1601
152: 1607
153: 1609
154: 1613
155: 1619
156: 1621
157: 1627
158: 1637
159: 1657
160: 1709
161: 1721
162: 1723
163: 1733
164: 1741
165: 1747
166: 1753
167: 1759
168: 1801
169: 1811
170: 1823
171: 1831
172: 1847
173: 1901
174: 1907
175: 1913
176: 1931
177: 1933
178: 1949
179: 1951
180: 2003
181: 2011
182: 2017
183: 2027
184: 2029
185: 2039
186: 2053
187: 2111
188: 2113
189: 2129
190: 2131
191: 2137
192: 2141
193: 2143
194: 2153
195: 2203
196: 2207
197: 2213
198: 2221
199: 2237
200: 2239
201: 2243
202: 2251
203: 2309
204: 2311
205: 2333
206: 2339
207: 2341
208: 2347
209: 2351
210: 2357
211 primetimes

About

A small stupid program I wrote ages ago to find the prime numbers my military time clock shows.


Languages

Language:C++ 82.1%Language:Makefile 17.9%