-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
28 lines (26 loc) · 731 Bytes
/
Copy pathexample.html
File metadata and controls
28 lines (26 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="cssyn.css" media="screen">
</head>
<body>
TEST UNIXSHELL:<br>
<div id="cssyn">
<span class="unixshell"> apt-get install </pre>
</div>
<br>
<br>
TEST CODE:<br>
<br>
<div id="cssyn">
<pre>
<ln><span class="comment"> /* this is a comment */</span></ln><br>
<ln><span class="header-file"> #include </span>stdio.h<br></ln><br>
<ln><span class="selector">int </span><span class="value">main </span>()</ln></br>
<ln>{</ln></br>
<ln>   std::cout <span class="subselector"><< </span><span class="value">"HELLO WORLD!" </span><span class="subselector"><< </span>std::endl;</ln></br>
<ln>}</ln></br>
</pre>
</div>
</body>
</html>