Skip to content

Commit 15328b8

Browse files
authored
Update matrix_linear.cpp
fixed small typo in library causing code to not work
1 parent e53da69 commit 15328b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/matrix_linear.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// represent linear equation in form of matrix
2-
#include<iostream.h>
2+
#include<iostream>
33
#include<conio.h>
44

55
using namespace std;

0 commit comments

Comments
 (0)