Jump to content

User:Ed Davis: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 112:
----------
 
<lang c>
/*
Hello world
*/
print("Hello, World!\n");
</lang>
 
Output
Line 127 ⟶ 129:
line 5 col 1 EOI
 
<lang c>
/*
Show Ident and Integers
Line 132 ⟶ 135:
phoenix_number = 142857;
print(phoenix_number, "\n");
</lang>
 
Output
155

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.