mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
style: rename stack.h to stack.hpp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "./stack.h"
|
||||
#include "./stack.hpp"
|
||||
|
||||
int main() {
|
||||
stack<int> stk;
|
||||
|
||||
Reference in New Issue
Block a user