This commit is contained in:
Keiichi Kobayashi 2018-12-26 20:53:19 +00:00 committed by GitHub
commit 6c0791671c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
e.aspx Normal file
View File

@ -0,0 +1,11 @@
<%@ Page Language="C#" %>
<!DOCTYPE html>
<html lang="en">
<head runat="server">
<meta charset="utf-8" />
<title>e</title>
</head>
<body>
e = <%: Math.E %>
</body>
</html>