This app works best with JavaScript enabled.
Jackson Weber
Notes
Projects
Contact
Contact Me
~/Dev/ContactMe/main.c
#include
<stdio.h>
int
main
() {
char
*
name
=
"
"
char
*
email
=
"
"
char
*
message
=
"
"
.
send(name, email, message);
}