This commit is contained in:
Keiichi Kobayashi 2018-12-10 14:23:38 +09:00 committed by GitHub
parent 7c34635c6d
commit b81e02c491
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>