testing real quick
This commit is contained in:
parent
7c252e3746
commit
0678531d81
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "db_engine.h"
|
#include "db_engine.h"
|
||||||
|
|
||||||
db_engine::db_engine(){
|
db_engine::db_engine(){
|
||||||
//
|
//USELESS COMMENT
|
||||||
}
|
}
|
||||||
|
|
||||||
//create a new table in memory
|
//create a new table in memory
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
class db_engine {
|
class db_engine {
|
||||||
//member variables
|
//useless comment
|
||||||
|
|
||||||
public:
|
public:
|
||||||
db_engine();
|
db_engine();
|
||||||
|
|
2
test.cpp
2
test.cpp
|
@ -1,5 +1,5 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "Hello World!";
|
std::cout << "Hello nothing!";
|
||||||
}
|
}
|
Reference in a new issue