g | x | w | all
Bytes Lang Time Link
042LaTeX250609T192340ZSkillmon
010IniTeX250606T233014ZSkillmon
014Plain TeX250606T230049ZSkillmon
018Plain TeX250606T225859ZJohn

LaTeX, 42 bytes

\documentclass{cd}\document\hsize0pta\stop

IniTeX, 10 Bytes

In IniTeX the \hsize is already 0pt, but we can't use a character to get the overfull box because no font is set up, \vrule creates a 0.4pt wide rule for us.

\vrule\end

Plain TeX, 14 Bytes

\hsize0pta\bye

Plain TeX, 18 Bytes

\hbox to0pt{a}\bye