jimmyp331 / Hello-world

Basic Hello World screen print when open.
0 stars 0 forks source link

Finished, check if ok #1

Open jimmyp331 opened 2 weeks ago

jimmyp331 commented 2 weeks ago

check if ok

jimmyp331 commented 2 weeks ago
# include <stdio.h>

int main(int argc, char const *argv[])
{
    printf("hello");
    return 0;
}

issue with print command.. double check.