mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-01 21:37:13 +02:00
Use default cpp fmt build script.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
extern std::string foo();
|
||||
|
||||
int main() { std::cout << foo() << std::endl; }
|
||||
Reference in New Issue
Block a user