mirror of
https://github.com/audacity/linuxdeploy.git
synced 2025-12-12 19:50:02 -06:00
7 lines
90 B
C++
7 lines
90 B
C++
#include "CImg.h"
|
|
using namespace cimg_library;
|
|
|
|
void hello_world() {
|
|
cimg::info();
|
|
}
|