Facebook
From Red Marten, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 315
  1. Current:
  2.  
  3. cases.addAsm("hello world linux x86_64",
  4.         \\.text
  5.     , "Hello, world!\n", "Hello, world!\n",
  6.         \\.text
  7.     , "Hello, world!\n", "Hello, world!\n",
  8.     );
  9.  
  10. Suggestion:
  11.  
  12. cases.addAsm("hello world linux x86_64",
  13.         \\.text
  14.         , "Hello, world!\n", "Hello, world!\n",
  15.         \\.text
  16.         , "Hello, world!\n", "Hello, world!\n",
  17.     );
  18.