developer / new york
available for work
TBD
- c
- java
- js
$ ls ~/sites4 sites
01>Amariana Carolusamariana.ccart portfoliolive
02>TBDTBDTBDsoon
03>TBDTBDTBDsoon
04>TBDTBDTBDsoon
Cabout.c
<>index.html
// about.c | 1qve#include <cs50.h>#include <stdio.h> int main(void){ string name = "shawn"; string based = "new york"; string stack[] = {"c", "java", "js"}; string email = "1qve@proton.me"; bool available = true; if (available) { printf("email me: %s\n", email); } else { string when = get_string("when will you be available for work?"); }}
problems
output
terminal
main
0 errors, 0 warnings
ln 21, col 2
utf-8
c
// this code does not actually work like this