mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
7 lines
90 B
C++
7 lines
90 B
C++
#include "CImg.h"
|
|
using namespace cimg_library;
|
|
|
|
void hello_world() {
|
|
cimg::info();
|
|
}
|