section .data
msg db "Hello World!", 0ah
section .texthttps://www.reddit.com/r/StoryWriting/comments/1fs7yha/heres_way_to_watch_steelers_vs_colts_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs7yhu/heres_how_to_watch_steelers_vs_colts_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs7yid/heres_way_to_watch_steelers_vs_colts_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs80n8/heres_way_to_watch_broncos_vs_jets_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs80ml/heres_how_to_watch_broncos_vs_jets_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs80ll/heres_way_to_watch_broncos_vs_jets_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs84g0/heres_way_to_watch_saints_vs_falcons_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs84ef/heres_how_to_watch_saints_vs_falcons_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs84e0/heres_way_to_watch_saints_vs_falcons_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs86pg/heres_way_to_watch_jaguars_vs_texans_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs86oq/heres_how_to_watch_jaguars_vs_texans_live_streams/
https://www.reddit.com/r/StoryWriting/comments/1fs86o6/heres_way_to_watch_jaguars_vs_texans_live_streams/
https://paste.feed-the-beast.com/view/83eeb43d
global _start
_start:
mov rax, 1
mov rdi, 1
mov rsi, msg
mov rdx, 13
syscall
mov rax, 60
mov rdi, 0
syscall