昨日のマストドンの活動は
トゥート : 27512(+13)
フォロー : 79(0)
フォロワー : 121(0)
#Worldle #262 2/6 (100%) 🙈
🟩🟩🟩🟩⬜↙️
🟩🟩🟩🟩🟩🎉
https://worldle.teuteuf.fr
> Syntax Warning: May not be a PDF file (continuing anyway)
> Syntax Error: Couldn't find trailer dictionary
> Syntax Error: Couldn't find trailer dictionary
> Syntax Error: Couldn't read xref table
そんなことあるんだ
julia> x = 2
2
julia> y = 3
3
julia> @assert x == y "x is $x but y is $y"
ERROR: AssertionError: x is 2 but y is 3
Stacktrace:
[1] top-level scope
@ REPL[9]:1