Whoops, > -> <

pseudocode
Mike Holloway 3 years ago
parent 54b52273da
commit 3c420dc3db
  1. 2
      main.go

@ -35,7 +35,7 @@ func main() {
// This is a port scan!
// fi
// done
// elseif (wc -l old_tcp_file > wc -l tcp_file) then
// elseif (wc -l old_tcp_file < wc -l tcp_file) then
// for i in (wc -l tcp_file - wc -l old_tcp_flle) do
// print New Connection! reverse_strng(reverse_bytes(tcp_file[i])) // This oversimplifies row value selection for the sake
// // of pseudocode

Loading…
Cancel
Save