9 lines
106 B
C
9 lines
106 B
C
#include <stdio.h>
|
|
|
|
int main (void)
|
|
{
|
|
puts ("Hello World!");
|
|
int a = 0;
|
|
int b = 0;
|
|
return 0;
|
|
} |