cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
9 lines
93 B
C++
9 lines
93 B
C++
#include "kzip.h"
|
|
#include <QIODevice>
|
|
|
|
int main()
|
|
{
|
|
KZip a("somefile");
|
|
return 0;
|
|
}
|