File: test.cpp

package info (click to toggle)
alkimia 8.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,796 kB
  • sloc: cpp: 10,563; sh: 563; python: 212; php: 105; perl: 69; xml: 12; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

#include <alkimia/alkonlinequotesource.h>

int main()
{
    AlkOnlineQuoteSource source;
    return source.isEmpty() ? 0 : 1;
}