File indexing completed on 2024-05-12 16:28:13

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