BugHunt 1:

Difficulty: Extremely Easy
Time to solve: <1 min
Video this is covered in: 1

#include 

using namespace std;
int main(){
    cout >> "hello world";
    
return 0;
}

Error information: Testing.cpp:5: error: no match for ‘operator>>’ in ‘std::cout >> “hello world”‘