mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 21:21:32 +00:00
8 lines
110 B
C++
8 lines
110 B
C++
#include "backend.h"
|
|
|
|
#include <iostream>
|
|
|
|
void backend_init() {
|
|
std::cout << "Hello World" << std::endl;
|
|
}
|