This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/samples/project/CppStaticLib/CppStaticLib.cpp

7 lines
71 B
C++

#include <stdio.h>
void CppStaticLib()
{
printf("CppStaticLib\n");
}