File indexing completed on 2026-02-01 04:58:16

0001 
0002 #include <alkimia/alkonlinequotesource.h>
0003 
0004 int main()
0005 {
0006     AlkOnlineQuoteSource source;
0007     return source.isEmpty() ? 0 : 1;
0008 }