Hello world assembly

Report a typo

Align the blocks so that you get a working code.

Note that the indentation in this task is also important.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                #include <iostream>
              
                cout << world << endl;
              
                char world[] = { 'w','o','r','l','d' };
              
                char hello[] = { 'H','e','l','l','o' };
              
                using namespace std;
              
                int main(){
              
                return 0;
              
                }
              
                cout << hello << " ";
              
___

Create a free account to access the full topic