Compare commits

..

No commits in common. "fd845b9ccf59b34e2e53bde4b6f0710fa44d95c5" and "6802f6c03c0fd15b223e687ba2f16405b59462d5" have entirely different histories.

View File

@ -5,5 +5,5 @@ main(void)
{ {
print("hello"); print("hello");
print("hworld"); print("hworld");
print("hallo"); int x;
} }