Skip to content

Instantly share code, notes, and snippets.

View Edward34William's full-sized avatar
🏠
Working from home

Edward William Edward34William

🏠
Working from home
View GitHub Profile
print("Hello github")
print("another line")
print("form another file")
#include <stdio.h>
int main()
{
printf("Hello World\n");
int x =50;
int y; //declaration
y = 10; //initialization