View Code of Problem 1

<script>alert("hello")</script>
/*
Main.c:1:1: error: expected identifier or '(' before '<' token
 <script>alert("hello")</script>
 ^
*/

Double click to view unformatted code.


Back to problem 1