Bughunt 2:

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

#include 

using namespace std;
int main(){
    int i;
    2=i;
    cout << i;
    
return 0;
}

Error Message: Testing.cpp:6: error: non-lvalue in assignment