User:NCommander: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
Checking to see if IPs are up to date ... 2x
Checking to see if IPs are up to date ... 2x


<syntaxhighlight>
<syntaxhighlight lang="c" line >
#include <stdio.h>
#include <stdio.h>



Latest revision as of 20:01, 1 September 2022

This page is a placerholder while we get the wiki setup ...

Checking to see if IPs are up to date ... 2x

#include <stdio.h>

int main() {
  printf("Hello World");
  return 0;
}