Files

7 lines
90 B
C++
Raw Permalink Normal View History

#include "CImg.h"
using namespace cimg_library;
void hello_world() {
cimg::info();
}