Skip to content

Commit d888010

Browse files
committed
Moving files around
1 parent cb3f618 commit d888010

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
g++ -c main.cpp -o main.o
2-
g++ -c hnsw.cpp -o hnsw.o
2+
g++ -c hnsw_implementation/hnsw.cpp -o hnsw.o
33
g++ main.o hnsw.o -o my_program

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "hnsw.h"
1+
#include "hnsw_implementation/hnsw.h"
22

33
#include <algorithm>
44
#include <ctime>

main1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "hnsw.h"
1+
#include "hnsw_implementation/hnsw.h"
22

33
#include <algorithm>
44
#include <ctime>

sample.py

Whitespace-only changes.

0 commit comments

Comments
 (0)