about summary refs log tree commit diff stats
path: root/html/apps/ex3.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 09:37:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 09:39:50 -0800
commit762107fdc23e7739e9db6843173506c4d00cae0e (patch)
tree5c2cc65b89c126490587dde871b6f20e6b6bcbd2 /html/apps/ex3.mu.html
parentd0bc0d2673c41da7b5007766a7015df99020c353 (diff)
downloadmu-762107fdc23e7739e9db6843173506c4d00cae0e.tar.gz
7476
Diffstat (limited to 'html/apps/ex3.mu.html')
-rw-r--r--html/apps/ex3.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html
index ab536575..486ea626 100644
--- a/html/apps/ex3.mu.html
+++ b/html/apps/ex3.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/ex3.mu'>https://github.com/akkartik/mu/blob/master/apps/ex3.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/ex3.mu'>https://github.com/akkartik/mu/blob/main/apps/ex3.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="muComment"># Add the first 10 numbers, and return the result in the exit code.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="muComment">#</span>
22:36:10 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-05-17 22:43:41 -0700 split keyboard handling between Text and Drawing' href='/akkartik/text.love/commit/geom.lua?id=222a11a8dd0c8b5b68b5628928a38f05d0a3d13c'>222a11a ^
de495ae ^

































0248339 ^
de495ae ^





0248339 ^
de495ae ^



0248339 ^
de495ae ^



0248339 ^
de495ae ^














e27165c ^





















de495ae ^


























222a11a ^
de495ae ^
















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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168