Skip to content

Latest commit

 

History

History
56 lines (19 loc) · 976 Bytes

File metadata and controls

56 lines (19 loc) · 976 Bytes

Code distancing

Code distancing is the practice of distancing your source code with 6 line breaks/indents to protect it from the CODEVID-19 virus. It is similar to Social distancing/Physical distancing the requirement is that code is 6 line breaks apart. Take this C hello world program for example:

# include <stdio.h>






int main(void)






{






    printf("hello, world\n");






}

This article on code distancing definitions is a stub. You can help by expanding it.


Article info

Article type: Code distancing definition article

Article format: Markdown document (*.md *.mkd *.mdown *.markdown)

Article version: 1 (Wednesday, 2021 October 20th at 5:50 pm)

Article language: English (US) / Markdown

Line count (including blank lines and compiler line): 57