lol
This commit is contained in:
6
Linear Data Structures and Linked Lists/main.cpp
Normal file
6
Linear Data Structures and Linked Lists/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user