Skip to content

Instantly share code, notes, and snippets.

@slgraff
Last active March 22, 2022 13:38
Show Gist options
  • Save slgraff/2ab0c9f5eca2d4357d1ca593d9a170ba to your computer and use it in GitHub Desktop.
Save slgraff/2ab0c9f5eca2d4357d1ca593d9a170ba to your computer and use it in GitHub Desktop.
test of tab size preference in public gist
/* Test of whether the new tab size preference applies to code files in a gist */
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
@slgraff
Copy link
Author

slgraff commented Mar 22, 2022

This is a comment

@slgraff
Copy link
Author

slgraff commented Mar 22, 2022

@slgraff Test of notifications when being mentioned

@slgraff
Copy link
Author

slgraff commented Mar 22, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment