#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout << "Data Structures Lab test \n";
	cout << "Linked list and Stack";
	// https://drive.google.com/drive/folders/1atj9yjM5JED88LmBF_jGcVzztAb-lFu0?usp=sharing
	return 0;
}