d
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
mem
|
||||
@@ -1,3 +0,0 @@
|
||||
|
||||
UT_hash
|
||||
|
||||
0
cpp/Memory/src/Memory.Aux.cpp
Normal file
0
cpp/Memory/src/Memory.Aux.cpp
Normal file
@@ -1,7 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, world!\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
5
cpp/src/test.cpp
Normal file
5
cpp/src/test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, world! C++" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user