mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
<%@ Page Language="VB" %>
|
|
|
|
<html>
|
|
<body>
|
|
<% If Something() Then %>
|
|
<p>2 + 3 = <%=2 + 3%></p>
|
|
<% End If %>
|
|
</body>
|
|
</html>
|