View Code of Problem 1

javascript:alert('hello')
/*
Main.c:1:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 javascript:alert('hello')
           ^
Main.c:1:18: warning: character constant too long for its type
 javascript:alert('hello')
                  ^
*/

Double click to view unformatted code.


Back to problem 1