This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
community-messaging-project
/
qwbot
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
4fe08f9229
Ramos
Etiquetas
master
qwbot
/
main.cpp
main.cpp
95 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
#include "App.h"
int main(int argc, char **argv)
{
App a(argc, argv);
return a.exec();
}