- 例: 自分の功績を広めて優越感を得る
- 例: 自分の愚行を晒して許しを請う
- 例: 神の力を手に入れる
- 進捗
- 例: 手に入れた
- 進捗
| package main | |
| import ( | |
| "crypto/rand" | |
| "fmt" | |
| "strings" | |
| ) | |
| func main() { | |
| // 1回目 |
| package library | |
| import ( | |
| "bytes" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| ) | |
| type Encryption struct { |
| # | |
| # DO NOT EDIT THIS FILE | |
| # | |
| # It is automatically generated by grub-mkconfig using templates | |
| # from /etc/grub.d and settings from /etc/default/grub | |
| # | |
| ### BEGIN /etc/grub.d/00_header ### | |
| if [ -s $prefix/grubenv ]; then | |
| set have_grubenv=true |