Skip to content

Commit 15cc120

Browse files
committed
docs: fix donut paste on win tutorial
1 parent aa816fd commit 15cc120

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Create the `donut.c` file using the artful code below:
110110
#### MS/Windows
111111

112112
```c
113-
@"
113+
@"
114114
i,j,k,x,y,o,N;
115115
main(){float z[1760],a
116116
#define R(t,x,y) f=x;x-=t*y\
@@ -131,7 +131,7 @@ Create the `donut.c` file using the artful code below:
131131
" donut.c! \x1b[23A"));}}
132132
/*no math lib needed
133133
.@a1k0n 2021.*/
134-
"@| Out-File -FilePath "donut.c" -Encoding ASCII
134+
"@| Out-File -FilePath "donut.c" -Encoding ASCII
135135
```
136136

137137
#### GNU/Linux & Apple/OSX

0 commit comments

Comments
 (0)