#include int main() { Datastructures::LinkedList list; list.append(5); list.append(200); }