Commit 407f8eca authored by 유동욱's avatar 유동욱

Update main.cpp, CMakeLists.txt files

parent b879373d
Pipeline #28 failed with stages
cmake_minimum_required(VERSION 3.0)
add_executable(hello main.cpp)
#include <iostream>
int main()
{
std::cout << "hello world\n";
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment