Skip to content

Instantly share code, notes, and snippets.

@masashinakata
Last active August 2, 2018 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masashinakata/8ae34baecd3e3f25dba7655e237b9df7 to your computer and use it in GitHub Desktop.
Save masashinakata/8ae34baecd3e3f25dba7655e237b9df7 to your computer and use it in GitHub Desktop.
tr , '\n' |
sed -e 's/^ *//' |
awk '{print $0" << '\'" "\'' << "}' |
tr -d '\n' |
sed -e 's/^/std::cout << /' -e 's/'\'' '\'' << $/std::endl;/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment