Whoops, > -> <

This commit is contained in:
Mike Holloway 2021-06-28 00:15:21 -04:00
parent 54b52273da
commit 3c420dc3db

View File

@ -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