#Include Int Main (Printf ("Hello Wifi") Return 0 )

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include <stdio.

h>
int main()
{
printf("Hello wifi");
return 0;
}

You might also like