$L=\{0^n\#0^{2n}\mid n\ge 0\}$
Show that this language is iiregular. And now:
Let $p$ will be length of pumping lemma. Given $w=0^p\#0^{2p}=xyz\in L$ such that. Becaues of the fact that $|xy|\le p$ we conclude that $y$ contains only $0s$. So let's pump up. Then $xy^2z=0^{p+k}\#0^{2p}$.
Because $2(p+k)\neq 2p$ we conclude a condruction. So $L$ is irregular.
Is it ok ?