Skip to main content
deleted 3 characters in body
Source Link
Moshe
  • 5.1k
  • 2
  • 32
  • 49

not one line, but I present The World's Last C Bug:

 status = GetRadarInfo(); if (status = 1) LaunchMissilesLaunchNukes(); 

not one line, but I present The World's Last C Bug:

 status = GetRadarInfo(); if (status = 1) LaunchMissiles(); 

not one line, but I present The World's Last C Bug:

 status = GetRadarInfo(); if (status = 1) LaunchNukes(); 
Post Made Community Wiki
Source Link
Darel
  • 331
  • 1
  • 4
  • 6

not one line, but I present The World's Last C Bug:

 status = GetRadarInfo(); if (status = 1) LaunchMissiles();