Skip to content

Instantly share code, notes, and snippets.

@HsimWong
Created March 19, 2022 06:08
Show Gist options
  • Save HsimWong/207c0a8a3bc8aaf6e09542a2f3ab5a10 to your computer and use it in GitHub Desktop.
Save HsimWong/207c0a8a3bc8aaf6e09542a2f3ab5a10 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(){
printf("hello world, I'm Dukang.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment