Skip to content

Instantly share code, notes, and snippets.

@foo9
Created January 10, 2013 09:46
Show Gist options
  • Save foo9/4500820 to your computer and use it in GitHub Desktop.
Save foo9/4500820 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main()
{
const char* hello = "https://www.hellowork.go.jp/";
printf("%s\n", hello);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment