Update hello.c #5

Closed
M.Nawwarudin wants to merge 1 commits from (deleted):main into main
Showing only changes of commit c653874f4d - Show all commits

View File

@ -6,4 +6,5 @@ main(void)
print("hello");
print("hworld");
print("hallo");
print("123456")
}