View Code of Problem 1

#include <script>alert('hello')</script>
/*
Main.c:1:18: warning: extra tokens at end of #include directive
 #include <script>alert('hello')</script>
                  ^
Main.c:1:41: fatal error: script: No such file or directory
 #include <script>alert('hello')</script>
                                         ^
compilation terminated.
*/

Double click to view unformatted code.


Back to problem 1