mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
7 lines
104 B
C++
7 lines
104 B
C++
|
// This simple source file is just used to verify that the compiler works
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|