File indexing completed on 2024-05-19 05:05:10

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