Skip to content

Instantly share code, notes, and snippets.

@imaami
Created July 20, 2023 20:40
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 imaami/7b10996682dd688327fd1c55a8b6e77b to your computer and use it in GitHub Desktop.
Save imaami/7b10996682dd688327fd1c55a8b6e77b to your computer and use it in GitHub Desktop.
Almost-quine, low effort, C23 - see https://godbolt.org/z/znfnGWqrG
static const char *const SOURCE=(const char[]){
#embed __FILE__
,0}+72;
#include <stdio.h>
int main() {
puts(SOURCE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment