mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
7 lines
113 B
C
7 lines
113 B
C
|
#include <cuetools/cuefile.h>
|
||
|
#include <cuetools/cdtext.h>
|
||
|
#include <cuetools/cd.h>
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|