add cxx templates and improve rust template
This commit is contained in:
parent
bc0c2c736b
commit
e8317da51b
22 changed files with 2634 additions and 3 deletions
6
templates/cxxWithXmake/src/main.cxx
Normal file
6
templates/cxxWithXmake/src/main.cxx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <print>
|
||||
|
||||
auto main(int /*argc*/, char** /*argv*/) -> int {
|
||||
std::println("Hello, {}!", "World");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue