Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment 6 bytes ! Beat that !!! (Score 1) 582

Yours does more than the article did. Yours actually prints hello world. Hers just returned 42. So I am sure you can do even better...

If it just has to return 42...

C:\>debug
-a 0100
0D3D:0100 MOV AH,4C
0D3D:0102 MOV AL,2A
0D3D:0104 INT 21
0D3D:0106
-rcx
CX 0000
:6
-n ben.com
-w
Writing 00006 bytes

-q

C:\>BEN.COM

C:\>echo %ERRORLEVEL%
42

Slashdot Top Deals

Are you having fun yet?

Working...