- 📫 How to reach me vincentasubonteng@gmail.com
- 🔭 I’m currently working on alx-higher_level_programming
def greet():
name = input("What's your name? ")
print("Hello,", name, "\nGood day!\nI welcome you to my Github Profile!?")
print("Stay Safe and stay blessed.")
greet()
#include <stdio.h>
int main(void)
{
int user = 0;
printf("I’m interested in learning programming\n");
printf("I’m currently learning software engineering at ALX\n");
printf("I’m looking to collaborate on joint projects nationwide\n");
printf("How to reach me: via LinkedIn ASUBONTENG VINCENT,
WhatsApp: https://api.whatsapp.com/send?phone=+233554455212");
return (0);
}