diff options
author | Lucas Pugliesi <ferreiraplucas@gmail.com> | 2017-10-05 08:55:34 -0300 |
---|---|---|
committer | Lucas Pugliesi <ferreiraplucas@gmail.com> | 2017-10-05 08:55:34 -0300 |
commit | d66603dd53083cb40f9eb94568c0538b6a03822e (patch) | |
tree | 8df8da3318b0fa14c2184d67627a4b77d55ff711 /c.html.markdown | |
parent | 31b9d9b8035ffe8581981e546b724ca6f3fc67d7 (diff) | |
parent | ccaa6ce57be4c2b972cdab36da28cbf603524bb2 (diff) |
Updating repo
Diffstat (limited to 'c.html.markdown')
-rw-r--r-- | c.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown index 1ff8658c..87a047be 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -348,7 +348,7 @@ int main (int argc, char** argv) printf("Error occurred at i = %d & j = %d.\n", i, j); /* https://ideone.com/GuPhd6 - this will print out "Error occurred at i = 52 & j = 99." + this will print out "Error occurred at i = 51 & j = 99." */ /////////////////////////////////////// |