Skip to content

Commit 21d7136

Browse files
committed
空欄別解を削除
1 parent e0e89aa commit 21d7136

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

answer/120.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
```
33
$ base64 -d enigma | gunzip > a && mkdir tmp && sudo mount -o loop -t msdos a ./tmp/ && ls ./tmp/ && sudo umount ./tmp/ && rmdir ./tmp/ && rm a
44
```
5-
### 別解
6-
```
7-
```

answer/123.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
```
33
$ grep ">$" dir[12]_strace | sed -E 's/dir(.)_strace:([^(]+).*<([.0-9]+)>.*$/\1 \2 \3/' | awk '{a[$2]+=($1==1)?-$3:$3}END{for(k in a){print k, a[k]*1000}}' | sort -k2,2n | tail -n 3
44
```
5-
### 別解
6-
```
7-
```

0 commit comments

Comments
 (0)