Homework 1 : Identify errors
“It’s not a bug — it’s an undocumented feature.”
#include <stdioh>
void main() {
printf("Hello, World!")
printf("Welcome to the first software tutorial!");
return 0;Hello, World!
Welcome to the first software tutorial!ZINC Submission
Last updated