User:NCommander: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


Checking to see if IPs are up to date ... 2x
Checking to see if IPs are up to date ... 2x
<syntaxhighlight>
#include <stdio.h>
int main() {
  printf("Hello World");
  return 0;
}
</syntaxhighlight>

Revision as of 20:00, 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;
}