Quick actions

cmd+k|ctrl+k

Navigation

Languages

1st

Snippet info

Language

C

Visibility

public

Author

bkh4149

Created

2020-10-15T15:11:15Z

Updated

2020-10-15T15:15:13Z

#include <stdio.h>

int main(void) {
    printf("Hello \n");
    return 0;
}
INFO