Fix git clone on Windows

The question mark (?) is not a valid filename character on Windows.
Changing to a the pound sign (#) so that this repository can still be
cloned on Windows.
This commit is contained in:
Adam Lamar
2023-01-11 23:20:59 +00:00
committed by Kelson
parent 7a98878273
commit 59012c50b4
8 changed files with 14 additions and 15 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>C#</title>
</head>
<body>
<p>C# (pronounced see sharp) is a general-purpose, high-level multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines</p>
</body>
</html>