Files
build-cpp-cmkr/tests/relative-paths/src/library-code.cpp
T
2023-09-18 15:43:46 +02:00

7 lines
149 B
C++

// Created by Anthony Printup on 9/18/2023.
#include <cstdio>
extern "C" void library_function() {
std::puts("Hello from library_function!");
}