Jump to

v01-l1-problem

(random out of 12)

What is the problem with the following code ?

#include <stdio.h>
int main(void) {
    printf(Hello, World!)
    return 0;
}

???