{"pageProps":{"code":{"CMakeLists.txt":{"name":"CMakeLists.txt","content":"add_executable(first first.cpp)\r\n\r\nadd_executable(age age.cpp)\r\n\r\nadd_library(age_lib age_lib.cpp)\r\nlink_libraries(age_lib)\r\nadd_executable(age_main age_main.cpp)\r\n\r\n","path":"code/6771/26T2/1.1/CMakeLists.txt","fileext":"txt"},"age.cpp":{"name":"age.cpp","content":"#include <iostream>\r\n\r\n#include \"age.h\"\r\n\r\nint main()\r\n{\r\n    // put \"Hello world\\n\" to the character output\r\n    std::cout << getAge() << \"\\n\";\r\n}\r\n\r\nint getAge()\r\n{\r\n    return 5;\r\n}","path":"code/6771/26T2/1.1/age.cpp","fileext":"cpp"},"age.h":{"name":"age.h","content":"int getAge();","path":"code/6771/26T2/1.1/age.h","fileext":"h"},"age_lib.cpp":{"name":"age_lib.cpp","content":"#include <iostream>\r\n\r\n#include \"age.h\"\r\n\r\nint getAge()\r\n{\r\n    return 5;\r\n}","path":"code/6771/26T2/1.1/age_lib.cpp","fileext":"cpp"},"age_main.cpp":{"name":"age_main.cpp","content":"#include <iostream>\r\n\r\n#include \"age.h\"\r\n\r\nint main()\r\n{\r\n    std::cout << getAge() << \"\\n\";\r\n}","path":"code/6771/26T2/1.1/age_main.cpp","fileext":"cpp"},"first.cpp":{"name":"first.cpp","content":"#include <iostream>\r\n\r\nint main()\r\n{\r\n    // put \"Hello world\\n\" to the character output\r\n    std::cout << \"Hello, world!\\n\";\r\n}","path":"code/6771/26T2/1.1/first.cpp","fileext":"cpp"}}},"__N_SSG":true}