mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-07 18:08:58 +02:00
uploading template files
This commit is contained in:
8
templates/C++/main.cxx
Normal file
8
templates/C++/main.cxx
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user