From facd0b9a7df5039f263c734c01ab97f89d99afcd Mon Sep 17 00:00:00 2001 From: mihsanm <33212835+mihsanm@users.noreply.github.com> Date: Mon, 30 Oct 2017 12:38:49 +0700 Subject: [PATCH] Update Hello_world_in_MIPS --- Hello_world_in_MIPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello_world_in_MIPS b/Hello_world_in_MIPS index 84e0e18..b27d74b 100644 --- a/Hello_world_in_MIPS +++ b/Hello_world_in_MIPS @@ -11,4 +11,4 @@ main: la $a0, prompt1 #points $a0 to prompt string syscall #print the string - +