mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 13:11:31 +00:00
initial commit
This commit is contained in:
7
Sources/CppBackend/backend.cpp
Normal file
7
Sources/CppBackend/backend.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "backend.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void backend_init() {
|
||||
std::cout << "Hello World" << std::endl;
|
||||
}
|
Reference in New Issue
Block a user